Package: uuidx 0.0.1

Thomas Bryce Kelly
uuidx: Modern UUIDs for R with a Rust Backend
Generate, parse, and validate RFC 9562 UUIDs from R using the Rust 'uuid' crate via 'extendr'. Developed by Thomas Bryce Kelly at Icy Seas Co-Laboratory LLC. Version 7 UUIDs are the default for new identifiers, while versions 4, 5, 6, and legacy version 1 are also supported. Functions return character vectors by default and can also expose 16-byte raw representations for low-level workflows.
Authors:
uuidx_0.0.1.tar.gz
uuidx_0.0.1.tar.gz(r-4.7-arm64)uuidx_0.0.1.tar.gz(r-4.7-x86_64)uuidx_0.0.1.tar.gz(r-4.6-arm64)uuidx_0.0.1.tar.gz(r-4.6-x86_64)
uuidx_0.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
uuidx/json (API)
| # Install 'uuidx' in R: |
| install.packages('uuidx', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:85d2f89c4f. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 121 | ||
| linux-devel-x86_64 | OK | 127 | ||
| source / vignettes | OK | 194 | ||
| linux-release-arm64 | OK | 137 | ||
| linux-release-x86_64 | OK | 110 | ||
| wasm-release | OK | 122 |
Exports:uuid_generateuuid_maxuuid_niluuid_parseuuid_v1uuid_v4uuid_v5uuid_v6uuid_v7uuid_validateuuid_version
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Generate UUIDs | uuid_generate |
| Return the Max UUID | uuid_max |
| Return the Nil UUID | uuid_nil |
| Parse UUIDs | uuid_parse |
| Generate Legacy Version 1 UUIDs | uuid_v1 |
| Generate Version 4 UUIDs | uuid_v4 |
| Generate Deterministic Version 5 UUIDs | uuid_v5 |
| Generate Version 6 UUIDs | uuid_v6 |
| Generate Version 7 UUIDs | uuid_v7 |
| Validate UUID Strings | uuid_validate |
| Detect UUID Versions | uuid_version |