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
mod float32;
mod float64;

pub use float32::*;
pub use float64::*;