auxon-sdk 2.3.0

A collection of clients, servers, protocols, and general API types for interacting with the APIs that are used throughout Auxon's suite of tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! The base types used throughout Auxon's SDK

pub mod types;
pub use types::*;

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

mod serde;

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