authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-03-22 02:47:28 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-03-22 02:47:28 -07:00
log3ee066e53a6b57446c448abf5f90fef76c873a1d
treecc761f06cbae2a527eb202b51341bf24b77d74ae
parentdb058e6f9e3d28b0cb436afbdbdc92098362baa9

making this packed broke zig-sqlite integration


1 files changed, 1 insertions(+), 1 deletions(-)

ulid.zig+1-1
...@@ -30,7 +30,7 @@ pub const Factory = struct {...@@ -30,7 +30,7 @@ pub const Factory = struct {
30/// |----------| |----------------|30/// |----------| |----------------|
31/// Timestamp Randomness31/// Timestamp Randomness
32/// 48bits 80bits32/// 48bits 80bits
33pub const ULID = packed struct {33pub const ULID = struct {
34 timestamp: u48,34 timestamp: u48,
35 randomnes: u80,35 randomnes: u80,
3636