1
2
3
4
5
6
//! Marker traits defined and used by F.A.T.E.

pub mod deterministic;
pub use deterministic::*;
pub mod fixed_consistent_repr;
pub use fixed_consistent_repr::*;