Skip to content

Commit

Permalink
Added the bytemuck optional dependency to lib.rs documentation
Browse files Browse the repository at this point in the history
This is so that it is easier to find and more consistent with the
other optional dependencies
  • Loading branch information
John-Toohey committed Oct 18, 2023
1 parent bcf2b58 commit 2dad70d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
//! * `fast-rng` - uses a faster algorithm for generating random UUIDs.
//! This feature requires more dependencies to compile, but is just as suitable for
//! UUIDs as the default algorithm.
//! * `bytemuck` - adds a `Pod` trait implementation to `Uuid` for byte manipulation
//!
//! # Unstable features
//!
Expand Down

0 comments on commit 2dad70d

Please sign in to comment.