Re-exports§
pub use api::error::LocyIncomplete;pub use api::error::LocyIncompleteReason;pub use api::error::Result;pub use api::error::UniError;pub use config::CloudStorageConfig;pub use config::UniConfig;pub use core::edge_type::EdgeTypeId;pub use core::fork::ForkId;pub use core::fork::ForkInfo;pub use core::fork::ForkRegistryFile;pub use core::fork::ForkStatus;pub use core::fork::SchemaDelta;pub use core::id::Eid;pub use core::id::UniId;pub use core::id::Vid;pub use core::schema::CrdtType;pub use core::schema::DataType;pub use core::schema::Schema;pub use graph::simple_graph::SimpleGraph;pub use uni_btic;
Modules§
- api
- config
- core
- cypher_
value_ codec - MessagePack-based binary encoding for CypherValue (uni_common::Value).
- graph
- sync
- Synchronization utilities for safe lock acquisition.
- value
- Typed value representation for graph properties and query results.
Macros§
Structs§
- Edge
- Graph edge with identity, type, endpoints, and properties.
- Node
- Graph node with identity, labels, and properties.
- Path
- Graph path consisting of alternating nodes and edges.
Enums§
- Temporal
Type - Classification of temporal types for dispatch.
- Temporal
Value - Typed temporal value representation.
- Value
- Dynamic value type for properties, parameters, and results.
Traits§
Type Aliases§
- Properties
- String-keyed property map using
Valuefor type-preserving storage.