bitable 0.1.0

An all-const, compile-time checked, safe bit handling library with zero runtime overhead
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "bitable"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An all-const, compile-time checked, safe bit handling library with zero runtime overhead"
readme = false
license = "MIT"

[features]
__test = []

[lib]
name = "bitable"
path = "src/lib.rs"

[[test]]
name = "compile_test"
path = "tests/compile_test.rs"

[dependencies.const_panic]
version = "0.2.15"

[dev-dependencies.trybuild]
version = "1.0.116"
features = ["diff"]

[profile.release]
opt-level = "s"
lto = "fat"
codegen-units = 1