bitpack 0.1.0

Rust bitpack library.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "bitpack"
version = "0.1.0"
authors = ["quininer kel <quininer@live.com>"]
description = "Rust bitpack library."
repository = "https://github.com/quininer/bitpack"
license = "MIT"

[dependencies]
byteorder = { version = "0.5", features = [] }