Package: uuidx
Title: Modern UUIDs for R with a Rust Backend
Version: 0.0.1
Authors@R: 
    c(
        person("Thomas", "Bryce Kelly", email = "tkelly@icyseascolab.io", role = c("aut", "cre")),
        person(given = "Icy Seas Co-Laboratory LLC", role = "cph")
    )
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/rextendr/version: 0.4.1
Config/testthat/edition: 3
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.81
NeedsCompilation: yes
Depends: R (>= 4.3)
Suggests: testthat (>= 3.0.0)
Packaged: 2026-04-05 21:28:10 UTC; tbkelly
Author: Thomas Bryce Kelly [aut, cre],
  Icy Seas Co-Laboratory LLC [cph]
Maintainer: Thomas Bryce Kelly <tkelly@icyseascolab.io>
Repository: CRAN
Date/Publication: 2026-04-10 11:30:02 UTC
