workflow-core
Part 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 loop utility
module functions for buffer manipulation