floats 0.2.0

f16 and f128 floating point types for compatibility with future Rust versions
Documentation
1
2
3
4
5
6
7
//! Shared helper traits for tests

mod bitable;
mod custom;

pub use bitable::Bitable;
pub use custom::Customized;