refutil 0.1.1

Various utilities for reference, lifetime and memory management
Documentation
1
2
3
4
5
6
7
pub mod revref {
    pub mod layout;
    pub mod tree_walk;
}
pub mod dropref {
    pub mod create;
}