interactors 0.0.3

Command pattern implementation for Rust
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "interactors"
version = "0.0.3"
edition = "2024"
description = "Command pattern implementation for Rust"
keywords = ["command", "pattern", "business-logic"]
license = "MIT OR Apache-2.0"

[dependencies]