add: developer panel

This commit is contained in:
trisua 2025-06-14 20:26:54 -04:00
parent ebded00fd3
commit 39574df691
44 changed files with 982 additions and 84 deletions

View file

@ -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()