cmasfo-dev

This is CMASFO's Rust Dev Crate.

It can be both a binary or a library.

How to Use as a Binary

There are cli mode, and gui mode.

bash cargo install cmasfo-dev cmasfo-cli (cli mode) cmasfo-gui (gui mode)

How to Use as a Library

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"] }