georust/wkt

Public interface for converting str -> Wkt / Geo?

gnidan opened this issue · 3 comments

Pardon me because I am just learning Rust, but how do you convert a WKT string to a georust Geo? Wkt::from_str is private -- am I missing something?

Thanks!

There is unfortunately no way to do this currently. I'll try to fix this over the next few days.

Made them public in #29

Fixed by #29