Skip to content

Commit

Permalink
Update manual a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 18, 2022
1 parent a6b165a commit a64cf4e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion R/hello.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#' Hello Rust!
#'
#' Examples of rust functions via C.
#' Minimal examples of calling rust functions in R via C.
#'
#' These functions call out to rust functions defined in the `myrustlib` cargo
#' crate which is embedded in this package. They return values generated in Rust,
#' such as a UTF-8 string or random number. In addition, `runthreads` is an
#' example of a multi-threaded rust function.
#'
#' @export
#' @rdname hellorust
Expand Down
8 changes: 7 additions & 1 deletion man/hellorust.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a64cf4e

Please sign in to comment.