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.
bytemuck
lib.rs
1 parent bcf2b58 commit 2dad70dCopy full SHA for 2dad70d
src/lib.rs
@@ -108,6 +108,7 @@
108
//! * `fast-rng` - uses a faster algorithm for generating random UUIDs.
109
//! This feature requires more dependencies to compile, but is just as suitable for
110
//! UUIDs as the default algorithm.
111
+//! * `bytemuck` - adds a `Pod` trait implementation to `Uuid` for byte manipulation
112
//!
113
//! # Unstable features
114
0 commit comments