fast-pull 4.0.2

Pull everything fast
Documentation
1
2
3
4
5
6
7
mod cache_std;
mod mmap;
mod std;

pub use cache_std::*;
pub use mmap::*;
pub use std::*;