noria 0.6.1

Client bindings for Noria
Documentation
1
2
3
4
5
6
7
8
9
10
//! This internal Noria crate provides types that are shared between Noria client and server, but
//! that we do not want to expose publicly through the `noria` crate.

mod addressing;
mod external;
mod proto;

pub use self::addressing::{DomainIndex, LocalNodeIndex};
pub use self::external::MaterializationStatus;
pub use self::proto::LocalOrNot;