modality-api 0.3.0

The base types used throughout Auxon's Modality SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "client")]
pub mod protocol;
pub mod types;

pub use types::*;

#[cfg(feature = "serde")]
mod serde;

#[cfg(any(test, feature = "proptest_strategies"))]
pub mod proptest_strategies;