bitfld 0.7.0

Ergonomic, no-std specification of bitfield layouts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env nu

# Copyright (c) 2026 Joshua Seaton
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT#

cargo test

# Compilation-time tests for usize layouts.
cargo check --test usize-comptime-tests --target i686-unknown-linux-gnu

# Make sure examples compile too.
cargo run --example basic
cargo run --example bitfield-repr