numberwang 0.1.1

Library of custom number malarkey, including variable-bit-width integers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//		Modules																											

#[path = "int/u63.rs"]
mod u63;



//		Packages																										

use super::*;