[go: up one dir, main page]

bitfrob 1.3.2

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
[package]
name = "bitfrob"
description = "A sibling crate for `bytemuck`, this is where forbid(unsafe_code) utilities live."
version = "1.3.2"
edition = "2021"
repository = "https://github.com/Lokathor/bitfrob"
license = "Zlib OR Apache-2.0 OR MIT"
categories = ["no-std"]
keywords = ["bits", "bit", "frob", "bytemuck"]

[features]
# adds `track_caller` attribute on fns that assert things.
# I'm told this can mess up inlining and stuff, so it's optional.
track_caller = []