Module proj4wkt::parser

source ·
Expand description

Generic, grammar free WKT parser implementation

The parser does not perform allocation and generates tokens that reference str slices of the original input

Enums

Traits

  • A recursive token generator processor

Functions