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
[dependencies]

[features]
use_std = []

[package]
authors = ["quininer kel <quininer@live.com>"]
categories = ["no-std"]
description = "Rust bitpack library, support `no_std` environment."
documentation = "https://docs.rs/bitpack/"
keywords = ["bitpack", "no_std"]
license = "MIT"
name = "bitpack"
repository = "https://github.com/quininer/bitpack"
version = "0.2.1"