id_sys 0.1.0

Provides data structures which can be marked such that they only work with similarly marked integer data types.
Documentation
1
2
3
4
5
6
7
8
9
mod i32_id_tests;
mod id_array_tests;
mod id_ptr_tests;
mod id_slice_tests;
mod id_vec_tests;
mod isize_id_tests;
mod mut_id_ptr_tests;
mod u32_id_tests;
mod usize_id_tests;