uuid icon indicating copy to clipboard operation
uuid copied to clipboard

Generate and parse UUIDs.

Results 39 uuid issues
Sort by recently updated
recently updated
newest added

**I'm submitting a refactor** # Description Formatting the codebase a bit by following `cargo fmt --check` recommendations # Related Issue(s) #609

**Is your feature request related to a problem? Please describe.** There is a new draft RFC for UUID formats that are more database friendly, it would be nice if these...

While working on #523 I noticed: - some files are not correctly formatted (i.e: running `cargo fmt --check` fails), - a `.rustfmt.toml` file is present, it was added in #210...

**Motivation** The Tokio team is releasing a new crate, [`valuable`](https://crates.io/crates/valuable), which is intended to be used for passing in custom types as fields in logs. Since `Uuid`s are commonly used...

This issue is a place to keep anybody using the unstable `zerocopy` feature up-to-date on any changes being made to it. In order to use `zerocopy`, you need to opt-in...

unstable

**Motivation** I've got a few different things that are shaped like https://doc.rust-lang.org/std/thread/struct.ThreadId.html, opaque identifiers that wrap a `u64`, that I'm using to generate reproducible unique IDs by name-spacing them with...

**I'm submitting a(n)** (deprecation|refactor|removal) # Description Migrate from `winapi` to `windows-rs` for the following: 1. [Winapi is no longer actively](https://github.com/retep998/winapi-rs/issues/867 ) maintained (last commit was 9 months ago as of...

unix_to_rfc4122_ticks is marked as unused from clippy warnings - I've added the attribute to not display the warning, but if you think it has to be deleted, better to delete...

Updates the requirements on [arbitrary](https://github.com/rust-fuzz/arbitrary) to permit the latest version. Changelog Sourced from arbitrary's changelog. Unreleased Released YYYY-MM-DD. Added TODO (or remove section if none) Changed TODO (or remove section...

dependencies

**RFC proposal** Rendered: https://github.com/rrichardson/uuid/blob/rfc-app-2/docs/rfcs/uuidgen-refactor.md # Description This is the core of my proposal for a refactor of the Uuid crate. Fundamentally, it doesn't change how the existing APIs are used...