Package: hellorust
Type: Package
Title: Minimal Examples of Using Rust Code in R
Version: 1.2.3
Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com",
    comment = c(ORCID = "0000-0002-4035-0289")),
      person("Authors of the dependency Rust crates", role = "aut", comment = "see AUTHORS file"))
Description: Template R package with minimal setup to use Rust code in R without
    hacks or frameworks. Includes basic examples of importing cargo dependencies,
    spawning threads and passing numbers or strings from Rust to R. Cargo crates
    are automatically 'vendored' in the R source package to support offline
    installation. The GitHub repository for this package has more details and also 
    explains how to set up CI. This project was first presented at 'Erum2018' to 
    showcase R-Rust integration <https://jeroen.github.io/erum2018/>; for a real
    world use-case, see the 'gifski' package on 'CRAN'.
License: MIT + file LICENSE
URL: https://github.com/r-rust/hellorust
BugReports: https://github.com/r-rust/hellorust/issues
SystemRequirements: Cargo (Rust's package manager), rustc
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: yes
Packaged: 2025-03-17 21:13:16 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>),
  Authors of the dependency Rust crates [aut] (see AUTHORS file)
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-17 21:30:02 UTC
Built: R 4.5.0; aarch64-apple-darwin20; 2025-04-01 02:12:51 UTC; unix
Archs: hellorust.so.dSYM
