exint 0.1.4

An implementation of generic signed and unsigned integers.
Documentation
1
2
3
4
5
6
Converts this byte to an [ASCII character](::core::ascii::Char),
without checking whether or not it's valid.

# Safety

This results in undefined behavior when the byte is not valid ASCII.