Expand description
Module metadata
This data is returned by get_module_metadata() which is generated by extendr_module!.
Structs§
- Arg
- Metadata function argument.
- Func
- Metadata function.
- Impl
- Metadata Impl.
- Metadata
- Module metadata.
- RArg 🔒
Functions§
- join_
str 🔒 - sanitize_
identifier 🔒 - Wraps invalid R identifiers, like
_function_name
, into backticks. Removes raw identifiers (r#
). - write_
doc 🔒 - write_
function_ 🔒wrapper - Generate a wrapper for a non-method function.
- write_
impl_ 🔒wrapper - Generate a wrapper for an implementation block.
- write_
method_ 🔒wrapper - Generate a wrapper for a method.