bitorder 0.0.1

Library to read and write bits in lsb or msb order.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Hasan Ibraheem <hasan@juanpota.to>"]
description = "Library to read and write bits in lsb or msb order."
documentation = "https://docs.rs/bitorder"
edition = "2021"
homepage = "https://github.com/JuanPotato/bitorder"
keywords = ["bit", "binary"]
license = "MIT"
name = "bitorder"
readme = "README.md"
repository = "https://github.com/JuanPotato/bitorder"
resolver = "2"
version = "0.0.1"