Skip to content

Commit

Permalink
docs(bitfield): fix broken links in README
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <[email protected]>
  • Loading branch information
hawkw committed Jul 16, 2022
1 parent af8ad54 commit aaa6137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bitfield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ comparable crates that I'm currently aware of are the [`modular-bitfield`] and
generating a structured type representing a set of bitflags.

The critical difference between [`bitflags`]' [`bitflags!`][bitflags-macro]
macro and [`mycelium-bitfield`]'s [`bitfield!`] macro is that the [`bitflags`]
macro and `mycelium-bitfield`'s [`bitfield!`] macro is that the [`bitflags`]
crate only implements bit*flags*, not bit*fields*. It is not possible to
define multi-bit structured ranges using [`bitflags`]; only single-bit flags
can be set and unset.
Expand Down Expand Up @@ -286,6 +286,7 @@ implementing [`FromBits`] for user-defined types.
https://docs.rs/mycelium-bitfield/latest/mycelium_bitfield/macro.bitfield.html
[`modular-bitfield`]: https://crates.io/crates/modular-bitfield
[`bitflags`]: https://crates.io/crates/bitflags
[bitflags-macro]: https://docs.rs/bitflags/latest/bitflags/macro.bitflags.html
[`FromBits`]:
https://docs.rs/mycelium-bitfield/latest/mycelium_bitfield/trait.FromBits.html
[mbf-validation]:
Expand Down

0 comments on commit aaa6137

Please sign in to comment.