bitpacker 0.1.0

Pack numbers tightly. In Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bitpacker"
version = "0.1.0"
authors = ["Jakub Stasiak <jakub@stasiak.at>"]
edition = "2018"
license = "MIT"
description = "Pack numbers tightly. In Rust."
readme = "README.md"
repository = "https://github.com/jstasiak/bitpacker"
keywords = ["bitpack", "bitpacking", "bitpacker"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[badges]
travis-ci = { repository = "jstasiak/bitpacker" }

[dependencies]