| Crates.io | flow_impl_derive |
| lib.rs | flow_impl_derive |
| version | 0.40.1 |
| created_at | 2019-09-10 09:15:47.069964+00 |
| updated_at | 2022-01-16 13:31:51.198058+00 |
| description | Definition of a derive macro for FlowImpl |
| homepage | http://andrewdavidmackenzie.github.io/flow/ |
| repository | https://github.com/andrewdavidmackenzie/flow/ |
| max_upload_size | |
| id | 163769 |
| size | 4,088 |
flow_impl_deriveSee 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.