| Crates.io | workflow-core |
| lib.rs | workflow-core |
| version | 0.18.0 |
| created_at | 2022-08-22 10:33:21.785926+00 |
| updated_at | 2024-09-07 16:50:42.999496+00 |
| description | Utilities and curated re-exports for async rust native and browser development |
| homepage | |
| repository | https://github.com/workflow-rs/workflow-rs |
| max_upload_size | |
| id | 650275 |
| size | 109,625 |
workflow-corePart of the workflow-rs application framework.
Collection of utilities and curated re-exports that are able to operate on native platforms as well as in the WASM32 Web Browser & Node.js environments.
#[derive(Describe)] derive macro for enums offering conversion of enums to and from strings as well as associating a custom description attribute with each of the enum values.id module offering a random 64-bit UUID-like base58-encodable identifier representation (useful for DOM element IDs)task module offering async spawn() functionality for async code task execution as well as re-exports following modules:
sleep() and yield_now() functionsyield_executor() for higher-level suspension of the browser event looputility module functions for buffer manipulation