tightbeam-rs 0.6.2

A secure, high-performance messaging protocol library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Error macro is always available
pub mod error;

// Builder-dependent macros
#[cfg(feature = "builder")]
pub mod emit;
#[cfg(feature = "builder")]
pub mod flags;
#[cfg(feature = "builder")]
pub mod policy;
#[cfg(feature = "builder")]
pub mod relay;
#[cfg(all(feature = "builder", feature = "transport"))]
pub mod server;

#[cfg(feature = "x509")]
pub mod x509;