forked from Orchid/orchid
- updated write_fn_step to support attributes, bind names and explicit argument types - added define_fn to generate write_fn_step sequences - updated concatenate to define_fn as an example
8 lines
130 B
Rust
8 lines
130 B
Rust
mod atomic_defaults;
|
|
mod atomic_impl;
|
|
mod atomic_inert;
|
|
mod atomic_redirect;
|
|
mod define_fn;
|
|
mod externfn_impl;
|
|
mod write_fn_step;
|