[go: up one dir, main page]

bitfrob 1.0.0

A sibling crate for `bytemuck`, this is where forbid(unsafe_code) utilities live.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "bitfrob"
description = "A sibling crate for `bytemuck`, this is where forbid(unsafe_code) utilities live."
version = "1.0.0"
edition = "2021"
repository = "https://github.com/Lokathor/bitfrob"
license = "Zlib OR Apache-2.0 OR MIT"
categories = ["no-std"]
keywords = ["bits", "bit", "frob", "bytemuck"]

[dependencies]
# none!

[features]
track_caller = [] # adds `track_caller` attribute on fns that assert things. This can mess up inlining, probably only use this for debugging.