Cargo Features
bitfrob has no features set by default.
[dependencies]
bitfrob = { version = "1.3.2", features = ["track_caller"] }
- track_caller
-
adds
track_caller
attribute on fns that assert things. I'm told this can mess up inlining and stuff, so it's optional.