uuid
uuid copied to clipboard
Generate and parse UUIDs.
I try to work with uuid and https://docs.rs/postgres/latest/postgres/ but i have an issue. ```rust result = row.get(0); ^^^ the trait `FromSql
**I'm submitting a feature** # Description Make `Uuid` work seamlessly with [`defmt`](https://github.com/knurling-rs/defmt). Potential issues: - Testing. Not sure how to test this. Does this even need testing? - `defmt` only...
**Motivation** The UUID Crate has grow organically over the last 5 years. It's seen many new features, and groups of features added, and new uuid version support has been added,...
**I'm submitting a** feature Description ======== Adds the ability to serialize a `Uuid` as a `Simple`/`Urn`/`Braced`. `Uuid::parse_str` deserialize them correctly, but `Uuid` is always serialized as `Hyphenated`. Users would be...
Per the new draft "With this method rand_a section of UUIDv7 SHOULD be utilized as fixed-length dedicated counter bits that are incremented by one for every UUID generation." That's in...
This pr adds support for [`bitcode`](https://github.com/SoftbearStudios/bitcode), commonly used by bevy games for it's more compact representation.
When setting the `js` feature, `uuid` would previously pull in all of `wasm-bindgen` even when targeting a native build: ``` ❯ cargo tree -p uuid --target aarch64-apple-darwin --no-default-features --features js...
This PR adds dependabot config
Closes #733
As `Vec` can be safely converted to `Bytes` instead of copying its contents.