bitcram 0.3.0

A small, derive-based bit packing library for compact integer representations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bitcram"
description = "A small, derive-based bit packing library for compact integer representations"
readme = "README.md"
keywords = ["bit-packing", "encoding", "derive", "compact", "bitfield"]
categories = ["encoding", "data-structures"]
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
bitcram_derive = { path = "../bitcram_derive", version = "=0.3.0" }