geoserde 0.5.3-beta.1

Adapter between Rust data structures and geospatial file formats
Documentation
1
2
3
4
5
6
7
8
9
10
mod elem;
mod field;
mod flat;
mod table;
mod value;

pub use field::SerializeProperties;
pub use flat::{FlatProperties, flatten_keys};
pub use table::{FlattenOption, TableError, TableSerializer};
pub use value::FieldValue;