byte-unit 4.0.12

A library for interaction with units of bytes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod constants;

pub use constants::*;

#[doc(hidden)]
#[macro_export]
macro_rules! _bytes_as {
    ($x:expr) => {
        $x as u128
    };
}