4 releases (2 breaking)

Uses new Rust 2024

new 0.3.1 May 6, 2026
0.3.0 Jan 9, 2026
0.2.0 Oct 3, 2025
0.1.0 Apr 23, 2024

#926 in Game dev

Download history 1/week @ 2026-04-05 10/week @ 2026-04-12 51/week @ 2026-04-19 1/week @ 2026-04-26

63 downloads per month

MIT/Apache

11KB
136 lines

u64-id

Documentation Crates.io

A tiny library providing a u64 backed id, randomly generated. U64 is significant enough of a bitspace that collisions are extremely unlikely and makes this highly suitable for games and other non-cryptographic applications.

This crate is no-std by default.

License

Dual-licensed under MIT or APACHE 2.0.

Dependencies

~0.6–1.2MB
~24K SLoC