nodedb 0.0.0-beta.1

Local-first, real-time, edge-to-cloud hybrid database for multi-modal workloads
Documentation
1
2
3
4
5
6
//! Gorilla XOR encoding — re-exported from nodedb-codec for shared use.
//!
//! The canonical implementation lives in `nodedb_codec::gorilla` so both
//! NodeDB Origin and NodeDB-Lite share the same encoder/decoder.

pub use nodedb_codec::gorilla::{GorillaDecoder, GorillaEncoder};