Module metadata

Source
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.