ricecoder-workflows 0.1.71

Workflow definition and execution framework
Documentation
# ricecoder-workflows


Workflow definition and execution framework

## Features


- Feature 1
- Feature 2
- Feature 3

## Installation


Add to your `Cargo.toml`:

```toml
[dependencies]
ricecoder-workflows = "0.1"
```

## Usage


```rust
use ricecoder_workflows::*;

// Your code here
```

## Documentation


For more information, see the [documentation](https://docs.rs/ricecoder-workflows).

## License


MIT