Crate rsmack_utils

Crate rsmack_utils 

Source

Modules§

doc
Some doc utils (not edoc related)
exec
Macro utils to call a given proc-macro implementation with attrs & item parsing boilerplate handled with darling
fs
rsmack-fs related utils
logr
This module expose Logr a proc-macro only logger wrapper around proc_macro_error2
megamac
rsmack-megamac related utils
schemars

Macros§

build_env
Build an ExecEnv
call_attr_impls_with_args
Use call_attr_proc_macro on impls mod with Args args ident
call_attr_proc_macro
Call an attribute proc-macro implementation function named exec.
call_derive_impls_with_args
Use call_derive_proc_macro on impls mod with Args args ident
call_derive_proc_macro
Call a derive proc-macro implementation function named exec.
call_func_impls_with_args
Use call_func_proc_macro on impls mod with Args args ident
call_func_proc_macro
Call a function proc-macro implementation function named exec.
cl
cl stands for code link
impl_json_schema