flowmacro

Crates.ioflowmacro
lib.rsflowmacro
version0.142.0
sourcesrc
created_at2022-02-21 10:45:25.919299
updated_at2023-09-28 17:35:23.83736
descriptionDefinition of a 'flow' attribute macro to help write implementations
homepagehttp://andrewdavidmackenzie.github.io/flow/
repositoryhttps://github.com/andrewdavidmackenzie/flow/
max_upload_size
id536313
size12,406
Andrew Mackenzie (andrewdavidmackenzie)

documentation

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

README

flowmacro

flow_function is a proc 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.

Features

flowmacro has no features

Commit count: 4366

cargo fmt