rust-viewflow 0.1.0

Rust workflow library inspired by Viewflow, compatible with Axum and Actix-web
Documentation
# rust-viewflow (English)

A Rust business workflow package inspired by Viewflow.

## Features

- Loosely coupled core workflow engine
- Optional Axum and Actix-web API adapters
- Pluggable database backends (SQLite/MySQL/PostgreSQL/Memory)
- Sample leave-request workflow
- Locale-aware task titles

## Quick Start

```bash
cargo check --all-features --examples
cargo run --example leave_request
```

## Leave Request Flow

1. Manager approval
2. HR approval (if manager approves)
3. Complete or cancel workflow

## License

MIT

## Usage Guide

- [usage.md]./usage.md
- [All multilingual usage guides]../../README.md#usage-guides