Registry / utility / workflow-core

workflow-core

JSON →
library0.18.0rscratesunverified

Utilities and curated re-exports for async Rust native and browser development.

# Cargo.toml [dependencies] workflow-core = "0.18.0"
INSTALL
IMPORT
SIG · WORKFLOW-CORE
W
workflow-core
utilityrustv0.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Task
use workflow_core::task::Task;

Create and run a simple task using workflow-core.

use workflow_core::task::Task; let task = Task::new(|| println!("Hello from workflow-core!")); task.run();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
Resources
workflow-core — cargo add workflow-core · libregistry