API resource IDs in Axum and Actix Web
In Rust services and API code, UUID V3 is usually chosen for public-facing resources when teams want deterministic namespace-based values rather than database-generated IDs. It is a good fit for repeatable IDs from the same business input because the same input always returns the same ID.