bit_streamer 0.1.0

Stream bits using a BufReader and BufWriter
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "bit_streamer"
version = "0.1.0"
authors = ["JakeHuneau <jakehuneau@yahoo.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/JakeHuneau/bitStreamer"
description = "Stream bits using a BufReader and BufWriter"

[dependencies]