chiark / gitweb /
mformat 2: Deserialise the data that library format 2 needs
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 May 2022 10:55:52 +0000 (11:55 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 11 May 2022 23:19:17 +0000 (00:19 +0100)
commit2e0cd4e0f00919705cf0ed335b177e6722e60744
tree22f58621c435b8c9ee03b20b0b022fd91a54d001
parentb79ead9c04a0c9778647d1dbdbdf3afa2ee03920
mformat 2: Deserialise the data that library format 2 needs

Introduce the various enums (including serde(untagged) ones) so that
we can deserialise all of the mf1 and mf2 formats into the same
structure.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/shapelib-toml.rs
src/shapelib.rs