e.g. This currently crashes: ``` let mp = Wkt::from_str(MULTIPOINT(1.0 2.0, EMPTY)).unwrap() ``` Error is: ``` called `Result::unwrap()` on an `Err` value: "Expected a number for the X coordinate" ```