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 byte;
mod int8;
mod int16;
mod int24;
mod int32;
mod int64;
mod short;
mod long;