3 releases (breaking)

Uses new Rust 2024

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

#644 in Game dev

MIT/Apache

9KB
135 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.7–1.3MB
~27K SLoC