Expand description
Polygon header decoding implementation.
Modules§
- Polygon header encoding implementation.
Structs§
- Polygon element.
- A map of
Element::name
toElement
. - Polygon header.
- A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
- List property kind.
- Polygon object.
- A map of
Property::name
toProperty
. - Polygon Property.
- Scalar property kind.
Enums§
- Error variants.
- Polygon format.
- Polygon payload variants.
- Property kind variants.
Statics§
- A map of scalar property kind to its size.
Traits§
- Decoding function.
- Decoding function with an initial state.
- Encoding function.