add: developer panel
This commit is contained in:
parent
ebded00fd3
commit
39574df691
44 changed files with 982 additions and 84 deletions
|
@ -18,7 +18,7 @@ impl Snowflake {
|
|||
Builder::new().epoch(UNIX_EPOCH + Duration::from_millis(EPOCH_2024))
|
||||
}
|
||||
|
||||
/// Create a new [`AlmostSnowflake`]
|
||||
/// Create a new [`Snowflake`]
|
||||
pub fn new() -> Self {
|
||||
Self(
|
||||
Self::builder()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue