Package: hellorust
Type: Package
Title: Minimal Example of Using 'Rust' Code in 'R'
Version: 1.0.0
Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu",
    comment = c(ORCID = "0000-0002-4035-0289"))
Description: Template 'R' package that calls out to 'Rust' code in a way that 
    complies with 'CRAN' policy. Includes simple examples of passing numbers
    and strings from 'Rust' to 'R' and using threads.
License: MIT + file LICENSE
URL: https://github.com/r-rust/hellorust
BugReports: https://github.com/r-rust/hellorust/issues
SystemRequirements: Cargo (rustc package manager)
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: yes
Packaged: 2022-11-18 14:46:44 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2022-11-21 09:50:02 UTC
