mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-10-02 15:24:57 +00:00
Update src/v7.rs doc
Co-authored-by: Aron Heinecke <Ox0p54r36@t-online.de>
This commit is contained in:
parent
4811a0632f
commit
9a7c5e9b97
@ -1,6 +1,6 @@
|
|||||||
//! The implementation for Version 1 UUIDs.
|
//! The implementation for Version 1 UUIDs.
|
||||||
//!
|
//!
|
||||||
//! Note that you need to enable the `v1` Cargo feature
|
//! Note that you need to enable the `v7` Cargo feature
|
||||||
//! in order to use this module.
|
//! in order to use this module.
|
||||||
|
|
||||||
use crate::rng::{bytes, u16};
|
use crate::rng::{bytes, u16};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user