This is CMASFO's Rust Dev Crate.
It can be both a binary or a library.
There are cli mode, and gui mode.
bash
cargo install cmasfo-dev
cmasfo-cli (cli mode)
cmasfo-gui (gui mode)
Just add this as a dependency to your Cargo.toml.
toml
[dependencies]
cmasfo-dev = "*"
But using this as a whole might be inefficient.
I'll try to split things into multiple features.
For Example:
toml
[dependencies]
cmasfo-dev = { version = "*", features = ["gui", "web"] }