Skip to main content

Crate frp_plexus

Crate frp_plexus 

Source
Expand description

Shared primitives for the infinite-db frp backend.

Provides typed IDs, SPC / Morton spatial encoding, type signatures, and the runtime Value enum. No external dependencies beyond serde — the foundational layer for the entire ecosystem.

Re-exports§

pub use id::AtomId;
pub use id::BlockId;
pub use id::EdgeId;
pub use id::GraphId;
pub use id::IdGen;
pub use id::PortId;
pub use spc::SpcKey;
pub use spc::SpcRegion;
pub use spc::morton_decode;
pub use spc::morton_encode;
pub use types::LayerTag;
pub use types::TypeSig;
pub use value::Value;

Modules§

id
spc
types
value