bitconv 0.1.2

A simple, zero-dependency, no_std compatible Rust equivalent to the C# BitConverter class.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["inspier <devdevin541@gmail.com>"]
categories = ["no-std"]
description = "A simple, zero-dependency, no_std compatible Rust equivalent to the C# BitConverter class."
documentation = "https://docs.rs/bitconv"
edition = "2018"
keywords = ["binary", "byte", "endian", "big-endian", "little-endian"]
license = "MIT"
name = "bitconv"
readme = "README.md"
repository = "https://github.com/inspier/bitconv"
version = "0.1.2"