i2u 0.9.0

Common useful functions, that are Zero cost abstractions using generics, to easily convert numbers to binary, hex, octal, and convert any type that implements Debug into a String.
Documentation
1
2
3
4
5
doc:
	cargo doc --no-deps

opendoc:
	cargo doc --open --no-deps