pointer-width 0.1.1

Provides const for pointer size
Documentation
1
2
3
4
fn main() {
    extern crate pointer_width;
    println!("pointer width {}", pointer_width::POINTER_WIDTH)
}