Docs.rs
bitmath_macros-0.0.1
bitmath_macros 0.0.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
trashbyte
Dependencies
proc-macro2 ^1.0.37
normal
quote ^1.0.18
normal
syn ^1.0.91
normal
Versions
50%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bitmath_
macros
0.0.1
All Items
Crate Items
Macros
Crate
bitmath_macros
Copy item path
Source
Macros
ยง
bitslice
Allows for taking subsets of Bits objects as a new Bits, with conventional bitwise syntax (e.g. 15:8 instead of 8..16)