bitlab 0.1.2

Extracting a range of bits from binary data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "bitlab"

version = "0.1.2"

authors = ["Kağan Kayal"]

description = "Extracting a range of bits from binary data"

documentation = "https://docs.rs/bitlab/"

homepage = "https://github.com/kkayal/bitlab"

repository = "https://github.com/kkayal/bitlab"

readme = "README.md"

keywords = ["bit", "extract", "binary"]

categories = ["data-structures"]

license = "MIT"



[badges]

travis-ci = { repository = "kkayal/bitlab", branch = "master" }

maintenance = { status = "experimental" }



[dependencies]