uncertain-rs 0.2.0

A Rust library for uncertainty-aware programming, implementing the approach from 'Uncertain<T>: A First-Order Type for Uncertain Data'
Documentation
1
2
3
4
5
6
7
pub mod arithmetic;
pub mod comparison;
pub mod logical;

pub use arithmetic::Arithmetic;
pub use comparison::Comparison;
pub use logical::LogicalOps;