flow_macro

Crates.ioflow_macro
lib.rsflow_macro
version0.42.0
sourcesrc
created_at2022-02-02 19:56:05.764777
updated_at2022-02-16 15:47:03.378545
descriptionDefinition of a 'flow' attribute macro to help write implementations
homepagehttp://andrewdavidmackenzie.github.io/flow/
repositoryhttps://github.com/andrewdavidmackenzie/flow/
max_upload_size
id525844
size13,386
Andrew Mackenzie (andrewdavidmackenzie)

documentation

https://github.com/andrewdavidmackenzie/flow/flow_macro/README.md

README

flow_macro

See also: Code docs

Flow is an attribute macro to be used on the structure that provides an implementation for a function (by implementing the FlowImpl trait), so that when compiled for the wasm32 target, code is inserted to help read the inputs, help form the outputs and allocate memory (alloc) as well as serialize and deserialize the data passed across the native/wasm boundary.

Commit count: 4366

cargo fmt