binarystream 1.2.0

Binarystream is a simple package designed to simplify streaming of binary data in Javascript, while being written in Rust.
Documentation
1
2
3
4
5
6
7
8
mod bool;
mod uint8;
mod uint16;
mod uint24;
mod uint32;
mod uint64;
mod ushort;
mod ulong;