pub type Segment { Fixed(String) Variable(String) }
Fixed(String)
Variable(String)
pub fn parse(raw: String) -> Result(List(Segment), Nil)