fray 0.1.2

A type-safe and ergonomic Rust library for working with bitfields.
Documentation
[dependencies.fray-macro]
version = "0.1.2"

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

[package]
authors = ["Léo Legrand"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A type-safe and ergonomic Rust library for working with bitfields."
documentation = "https://docs.rs/fray"
edition = "2024"
license = "MIT"
name = "fray"
readme = "README.md"
repository = "https://github.com/legleo/fray"
version = "0.1.2"

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

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