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
10
11
pub trait Extends<TMarker: ?Sized> {}

mod i32_id;
mod id_array;
mod id_ptr;
mod id_slice;
mod id_vec;
mod isize_id;
mod mut_id_ptr;
mod u32_id;
mod usize_id;