Expand description
§BytesAndBrains
A Rust library for decentralized networking and edge AI.
§Feature Flags
| Feature | Description |
|---|---|
overlay | Overlay protocol base |
gossip | Gossip peer sampling protocol |
codec | Product quantization codec |
index | Vector indexing structures |
ml | ML utilities (k-means) |
proto | Protobuf serialization |
simd | SIMD-accelerated distance functions |
full | Enable everything |
§Quick Start
[dependencies]
bytesandbrains = { version = "0.1", features = ["gossip", "proto"] }Re-exports§
pub use bb_core as core;pub use bb_overlay as overlay;pub use bb_codec as codec;pub use bb_index as index;pub use bb_ml as ml;