Skip to main content

Module types

Module types 

Source
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.
DocumentId
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.