sim-nest 0.1.25

The SIM constellation umbrella facade: one crate that re-exports the runtime kernel, codecs, number domains, and libraries behind features.
1
2
3
4
5
6
7
8
9
10
11
mod co_use;
mod halo;
mod review;
mod two_rate;
mod voice;

pub use co_use::{CoUseProof, prove_co_use};
pub use halo::{HaloGlanceProof, prove_halo_glance};
pub use review::{ReviewInSpaceProof, prove_review_in_space};
pub use two_rate::{TwoRateProof, prove_two_rate};
pub use voice::{VoiceSiteProof, prove_voice_site};