issues
search
Chubercik
/
i48
`i48` provides a 48-bit signed integer type for Rust, filling the gap between `i32` and `i64`. This type may be useful in certain scenarios where 48-bit precision is required but 64 bits would be excessive.
https://crates.io/crates/i48
MIT License
0
stars
0
forks
source link
Change `i48` representation to `[u8; 6]` (from `[u16; 3]`)
#2
Closed
Chubercik
closed
3 months ago
Chubercik
commented
3 months ago
Fixes #1.