A C#-like binary stream python interface.
Can be used to serialize/de-serialize primitive types over any byte stream (e.g. file, network stream, etc.)
Unlike the original C# code, this one natively supports big/little endian.
TODO
Written to practice my python skills, use at your own risk.
- test
- rest