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:
John Toohey 2023-10-18 07:26:07 +01:00
parent bcf2b58997
commit 2dad70d3c7
No known key found for this signature in database
GPG Key ID: A7F660048EACBDA6

View File

@ -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
//!