i48 1.2.0

A Rust library for working with 48-bit integers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
### Version 1.2.0


- Implement the `From<i64>` trait for `i48` and vice versa
- Add `main.rs` to showcase exemplary usage

### Version 1.1.0


- Change `i48` representation to `[u8; 6]` (from `[u16; 3]`) ([#2]https://github.com/Chubercik/i48/pull/2)
- Remove all mentions of deep color in documentation, as that's more relevant to a `u48` type

### Version 1.0.0


- Initial release