# rust-viewflow(日本語)
Viewflow に着想を得た Rust 製の業務ワークフローパッケージです。
## 特徴
- 疎結合なワークフローエンジン
- Axum / Actix-web の任意 API アダプター
- 差し替え可能な DB バックエンド(SQLite/MySQL/PostgreSQL/Memory)
- 休暇申請フローのサンプル
- locale 対応のタスク名
## クイックスタート
```bash
cargo check --all-features --examples
cargo run --example leave_request
```
## ライセンス
MIT
## 使い方
- [usage.md](./usage.md)
- [他言語の利用ガイド](../../README.md#usage-guides)