cmasfo-dev-0.1.12 has been yanked.
Visit the last successful build:
cmasfo-dev-0.1.16
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.
)
)
How to Use as a Library
Just add this as a dependency to your Cargo.toml.
[]
= "*"
But using this as a whole might be inefficient.
I'll try to split things into multiple features.
For Example:
[]
= { = "*", = ["gui", "web"] }