bitpack 0.2.1

Rust bitpack library, support `no_std` environment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bitpack"
version = "0.2.1"
authors = ["quininer kel <quininer@live.com>"]
description = "Rust bitpack library, support `no_std` environment."
repository = "https://github.com/quininer/bitpack"
documentation = "https://docs.rs/bitpack/"
keywords = [ "bitpack", "no_std" ]
license = "MIT"
categories = [ "no-std" ]

[dependencies]

[features]
use_std = []