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.
1 parent 09827eb commit 550f1c3Copy full SHA for 550f1c3
src/time.rs
@@ -4,6 +4,8 @@ use std::time::{Duration, SystemTime};
4
impl Ulid {
5
/// Creates a new Ulid with the current time (UTC)
6
///
7
+ /// Using this function to generate Ulids will not guarantee monotonic sort order.
8
+ /// See [ulid::Generator] for a monotonic sort order.
9
/// # Example
10
/// ```rust
11
/// use ulid::Ulid;
0 commit comments