c2rust-bitfields 0.22.0

C-compatible struct bitfield implementation used in the C2Rust project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "c2rust-bitfields"
version.workspace = true
authors.workspace = true
edition.workspace = true
description = "C-compatible struct bitfield implementation used in the C2Rust project"
readme = "README.md"
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
c2rust-bitfields-derive = { path = "../c2rust-bitfields-derive", version = "0.22.0" }

[features]
no_std = []