mem_tools 0.9.0

Collection of tools to manipulate memory.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! All tests.

// #![ deny( rust_2018_idioms ) ]
// #![ deny( missing_debug_implementations ) ]
// #![ deny( missing_docs ) ]

// #![ feature( trace_macros ) ]
// #![ feature( type_name_of_val ) ]

use mem_tools as the_module;
mod inc;