rs-mem 0.2.6

minimal memory helpers (no dependency on std)
Documentation
1
2
3
4
5
6
cfg_if::cfg_if! {
    if #[cfg(unix)] {
        pub mod unix;
        pub use unix::*;
    }
}