ei 0.2.0

erl_interface for rust
Documentation
1
2
3
4
// -- ~/lib/erl_interface/src/misc/eiext.h --

pub const MIN: i32 = -(1 << 27);  // -134217728
pub const MAX: i32 = (1 << 27)-1; //  134217727