Getting ready for uuid 1.0

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • uuid

    Generate and parse UUIDs. (by uuid-rs)

  • const-str

    Compile-time string operations

    Here is a const uuid parser. It can not provide precise error reports. I think it's acceptable because the failure happens at compile-time, which is easy to debug. https://github.com/Nugine/const-str/blob/master/const-str/src/__ctfe/uuid.rs

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • spec

    The canonical spec for ulid

    I've considered switching to `ULID`'s. Looking at the spec repo I came across this proposal to remove monotonicity guarantees, which signaled to me that I didn't have a complete grasp on their proper use.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts