Cargo Features
bounded-integer has no features set by default.
[dependencies]
bounded-integer = { version = "0.5.7", features = ["std", "alloc", "types", "macro", "step_trait", "serde", "arbitrary1", "bytemuck1", "num-traits02", "zerocopy06"] }
- std = alloc
- alloc std?
- types
- macro __examples? = bounded-integer-macro
- step_trait
- serde = serde1
- __examples = macro
-
Enables generate_tests of bounded-integer-macro
bounded-integer-macro:
Internal-only feature, not public API
Affects
bounded-integer::examples
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- bounded-integer-macro __examples? macro?
- arbitrary1 implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data
- bytemuck1 implicit feature
-
Enables bytemuck
bytemuck:
A crate for mucking around with piles of bytes
- num-traits02 implicit feature
-
Enables num-traits
num-traits:
Numeric traits for generic mathematics
- serde1 serde?
-
Enables serde
- zerocopy06 implicit feature
-
Enables zerocopy ^0.6
zerocopy:
Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.