flow_impl_derive

Crates.ioflow_impl_derive
lib.rsflow_impl_derive
version0.40.1
sourcesrc
created_at2019-09-10 09:15:47.069964
updated_at2022-01-16 13:31:51.198058
descriptionDefinition of a derive macro for FlowImpl
homepagehttp://andrewdavidmackenzie.github.io/flow/
repositoryhttps://github.com/andrewdavidmackenzie/flow/
max_upload_size
id163769
size4,088
Andrew Mackenzie (andrewdavidmackenzie)

documentation

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

README

flow_impl_derive

See also: Code docs

FlowImpl is a derive macro to be used on the structure that implements a function (by implementing the FlowImpl trait), so that when compiled for the wasm32 target, code is inserted to allocate memory (alloc) and to serialize and deserialize the data passed across the native/wasm boundary.

Commit count: 4366

cargo fmt