This commit is contained in:
2024-09-02 16:15:17 -07:00
parent 63cf94499b
commit 2a2e729f59
24 changed files with 188 additions and 566 deletions

@ -1,14 +1,15 @@
pub mod fixed;
pub mod types;
pub mod traits;
pub mod typenum{
pub use typenum::Unsigned;
}
#[cfg(feature="fixed_wide_traits")]
mod fixed_wide_traits;
#[cfg(feature="fixed_wide_traits")]
pub use ::fixed_wide_traits::wide;
#[cfg(feature="zeroes")]
pub mod zeroes;
#[cfg(feature="ratio")]
pub mod ratio;
#[cfg(test)]
mod tests;