alef 0.19.20

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
#' @export
`$.{{ type_name }}` <- function(self, name) {
  func <- {{ type_name }}[[name]]
  environment(func) <- environment()
  func
}