We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a42967 commit 9b5efa0Copy full SHA for 9b5efa0
README.md
@@ -18,7 +18,6 @@ bitfield-struct = "0.3"
18
## Example
19
20
```rust
21
-use bitfield_struct::bitfield;
22
/// A test bitfield with documentation
23
#[bitfield(u64)]
24
#[derive(PartialEq, Eq)] // <- Attributes after `bitfield` are carried over
src/lib.rs
@@ -6,8 +6,7 @@
6
//! ## Example
7
//!
8
//! ```
9
-//! use bitfield_struct::bitfield;
10
-//!
+//! # use bitfield_struct::bitfield;
11
//! /// A test bitfield with documentation
12
//! #[bitfield(u64)]
13
//! #[derive(PartialEq, Eq)] // <- Attributes after `bitfield` are carried over
0 commit comments