uuid-rs/uuid
Generate and parse UUIDs. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 15
- age_days: 4417
- days_rel: 7
- days_push: 7
- n_releases_24m: 28
Adoption not part of the score
1234 stars · 235 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Rust library for generating and parsing UUIDs (universally unique identifiers) per RFC 9562. It supports multiple UUID versions including random v4 generation, compile-time literals, and string parsing.
Use cases
- generate unique ids in rust
- parse uuid strings
- generate random uuids v4
- assign unique identifiers without a central authority
- create ids for distributed systems
- define uuid constants at compile time
When to choose
- you need UUID generation or parsing in a Rust project
- you need standards-compliant RFC 9562 UUIDs
- you want a widely used, battle-tested crate with huge adoption
When to avoid
- you need UUIDs in a language other than Rust
- you need other identifier schemes like ULID or Snowflake IDs
Facets
library · maturity stable
serialization developer-tools developer-tools databases microservices rust cross-platform uuid guid unique-identifiers rfc-9562
2 sources
- readme: https://github.com/uuid-rs/uuid · fetched 2026-08-28 · 87d901db1d9c
- registry_crates: https://crates.io/api/v1/crates/uuid · fetched 2026-08-29 · b8e1fddf8d23
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| uuid-rs/uuid | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem