Skip to content

Commit 2dad70d

Browse files
committed
Added the bytemuck optional dependency to lib.rs documentation
This is so that it is easier to find and more consistent with the other optional dependencies
1 parent bcf2b58 commit 2dad70d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
//! * `fast-rng` - uses a faster algorithm for generating random UUIDs.
109109
//! This feature requires more dependencies to compile, but is just as suitable for
110110
//! UUIDs as the default algorithm.
111+
//! * `bytemuck` - adds a `Pod` trait implementation to `Uuid` for byte manipulation
111112
//!
112113
//! # Unstable features
113114
//!

0 commit comments

Comments
 (0)