bytesandbrains 0.1.0

A Rust library for decentralized networking and edge AI
docs.rs failed to build bytesandbrains-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: bytesandbrains-0.2.2

BytesAndBrains

A Rust library for decentralized networking and edge AI.

Feature Flags

Feature Description
overlay Overlay protocol base
gossip Gossip peer sampling protocol
protean Protean decentralized ANN 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 = ["protean", "proto"] }