Package: waysign Title: Multi-Purpose and High-Performance Routing Version: 0.1.1.9000 Authors@R: c( person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5147-4711")), person("Posit, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Provides routing based on the 'path-tree' 'Rust' crate. The routing is general purpose in the sense that any type of R object can be associated with a path, not just a handler function. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/rextendr/version: 0.4.2.9000 SystemRequirements: Cargo (Rust's package manager), rustc >= 1.65.0, xz Depends: R (>= 4.2) Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: rlang (>= 1.1.0) URL: https://github.com/thomasp85/waysign BugReports: https://github.com/thomasp85/waysign/issues Config/pak/sysreqs: xz-utils libclang-dev Repository: https://thomasp85.r-universe.dev Date/Publication: 2026-01-13 12:34:37 UTC RemoteUrl: https://github.com/thomasp85/waysign RemoteRef: HEAD RemoteSha: bca42cee2642cd6830934a1eb6ae6c0de3816658 NeedsCompilation: yes Packaged: 2026-07-24 06:10:21 UTC; root Author: Thomas Lin Pedersen [aut, cre] (ORCID: ), Posit, PBC [cph, fnd] (ROR: ) Maintainer: Thomas Lin Pedersen