Package: blake3r Title: Blake3 Hasher Version: 0.0.2 Authors@R: c( person("Devin", "Pastoor", email = "devin.pastoor@gmail.com", role = c("aut", "cre")), person("Authors of the dependency Rust crates", role = "aut", comment = "see AUTHORS file") ) Description: Calculate blake3 hashes on files using rust's reference blake3 implementation. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/rextendr/version: 0.3.1 SystemRequirements: Cargo (Rust's package manager), rustc Suggests: testthat (>= 3.0.0), withr Config/testthat/edition: 3 Config/pak/sysreqs: libclang-dev Repository: https://a2-ai.r-universe.dev Date/Publication: 2026-07-15 07:27:00 UTC RemoteUrl: https://github.com/a2-ai/blake3r RemoteRef: HEAD RemoteSha: 1bec9abd576a7acb92dccbd1124bd3f98e4c8964 NeedsCompilation: yes Packaged: 2026-07-15 09:05:40 UTC; root Author: Devin Pastoor [aut, cre], Authors of the dependency Rust crates [aut] (see AUTHORS file) Maintainer: Devin Pastoor