Skip to main content

Crate silk

Crate silk 

Source

Re-exports§

pub use bloom::BloomFilter;
pub use clock::LamportClock;
pub use entry::Entry;
pub use entry::GraphOp;
pub use entry::Hash;
pub use entry::Value;
pub use gossip::PeerRegistry;
pub use graph::Edge;
pub use graph::MaterializedGraph;
pub use graph::Node;
pub use obslog::ObsLogError;
pub use obslog::Observation;
pub use obslog::ObservationLog;
pub use ontology::EdgeTypeDef;
pub use ontology::MonotonicityError;
pub use ontology::NodeTypeDef;
pub use ontology::NodeTypeUpdate;
pub use ontology::Ontology;
pub use ontology::OntologyExtension;
pub use ontology::PropertyDef;
pub use ontology::ValidationError;
pub use ontology::ValueType;
pub use oplog::OpLog;
pub use oplog::OpLogError;
pub use store::Store;
pub use store::StoreError;
pub use sync::Snapshot;
pub use sync::SyncOffer;
pub use sync::SyncPayload;
pub use sync::PROTOCOL_VERSION;

Modules§

bloom
clock
engine
entry
gossip
R-05: Gossip Peer Selection — logarithmic fan-out for scalable sync.
graph
obslog
ObservationLog — append-only, TTL-pruned time-series store (D-025).
ontology
oplog
store
sync