Crates.io | flowmacro |
lib.rs | flowmacro |
version | 0.142.0 |
source | src |
created_at | 2022-02-21 10:45:25.919299 |
updated_at | 2023-09-28 17:35:23.83736 |
description | Definition of a 'flow' attribute macro to help write implementations |
homepage | http://andrewdavidmackenzie.github.io/flow/ |
repository | https://github.com/andrewdavidmackenzie/flow/ |
max_upload_size | |
id | 536313 |
size | 12,406 |
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.
flowmacro
has no features