Crate architect_api
source ·Modules
- clients for talking to various parts of architect
- architect api configuration
- Global, permanent, packed, hashconsed, short string storage.
- types that are sent on the wire between various parts of the system
- The local symbology database.
Macros
- A hashconsed string identifier
- Implement Into
and FromValue using Pack - static pooled objects to avoid allocation
- Implement a named wrapper type around a UUID
Structs
- a serde visitor for
chrono::Duration
Constants
Functions
- A serde deserialize function for
chrono::Duration
- Parse a duration string into a
chrono::Duration
. - A serde serializer function for
chrono::Duration