Skip to main content

Crate bytesandbrains_core

Crate bytesandbrains_core 

Source

Re-exports§

pub use peer_id::PeerId;
pub use address::Address;
pub use address::AddressBook;
pub use peer::Peer;
pub use overlay::OverlayProtocol;
pub use overlay::Step;
pub use overlay::OutMessage;
pub use peer_sampling::PeerSampling;
pub use codec::Codec;
pub use op::OpId;
pub use op::OpRef;
pub use op::NoopOpRef;
pub use index::Index;
pub use embedding::Distance;
pub use embedding::Embedding;
pub use embedding::EmbeddingSpace;
pub use embedding::F32Distance;
pub use embedding::F32Embedding;
pub use embedding::F32L2Space;
pub use embedding::F32CosineSpace;
pub use pending_requests::PendingRequestManager;
pub use pending_requests::InsertResult;
pub use pending_requests::RequestId;
pub use pending_requests::RequestKey;
pub use pending_requests::RequestTracker;

Modules§

address
codec
embedding
index
op
overlay
peer
peer_id
peer_sampling
pending_requests