Expand description
Aegis Document Types
Core data types for document storage.
@version 0.1.0 @author AutomataNexus Development Team
Structs§
- Document
- A document in the document store.
- Document
Id - Unique identifier for a document.
Enums§
- Value
- A document value that can be any JSON-compatible type.
Functions§
- compare_
values - Compare two optional Value references for sorting. None values sort last. Numeric types are compared cross-type.