u7 0.1.0

an implementation of dotnet's 7bit int in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "u7"
authors = ["sk337 <me@pk3.zip>"]
version = "0.1.0"
edition = "2021"
repository = "https://github.com/sk337/u7"
license = "GPL-3.0"
description = "an implementation of dotnet's 7bit int in Rust"

[features]
speedy = ["dep:speedy"]
default = ["speedy"]

[dependencies]
speedy = { version = "0.8.7", optional = true }