mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-30 06:21:02 +00:00
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
This commit is contained in:
parent
bcf2b58997
commit
2dad70d3c7
@ -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
|
||||
//!
|
||||
|
Loading…
x
Reference in New Issue
Block a user