base64uuid

Crates.iobase64uuid
lib.rsbase64uuid
version1.1.0
sourcesrc
created_at2023-02-13 10:16:45.589099
updated_at2024-02-06 16:04:50.942266
descriptionType for representing base64url-encoded UUIDs
homepage
repositoryhttps://github.com/fiberplane/fiberplane
max_upload_size
id783838
size24,051
Mari (mellowagain)

documentation

README

base64uuid

Base64Uuid type for representing base64url-encoded UUIDs.

The main motivation for using these is that their representation is slightly more compact compared to standard UUID string representation, and they look a bit better in URLs.

In addition, any UUIDs generated by this crate are chosen such that their string representations do not start with a dash (-), in order to avoid conflicts if they're used as command-line arguments.

Feature flags

  • creation: Allows creating Base64Uuid and Uuid directly (enabled by default)
  • fp-bindgen: Allows using Base64Uuid within fp-bindgen structs
Commit count: 522

cargo fmt