Skip to content

Commit a64cf4e

Browse files
committed
Update manual a bit
1 parent a6b165a commit a64cf4e

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

R/hello.R

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#' Hello Rust!
22
#'
3-
#' Examples of rust functions via C.
3+
#' Minimal examples of calling rust functions in R via C.
4+
#'
5+
#' These functions call out to rust functions defined in the `myrustlib` cargo
6+
#' crate which is embedded in this package. They return values generated in Rust,
7+
#' such as a UTF-8 string or random number. In addition, `runthreads` is an
8+
#' example of a multi-threaded rust function.
49
#'
510
#' @export
611
#' @rdname hellorust

man/hellorust.Rd

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)