Thanks to visit codestin.com
Credit goes to lib.rs

Adding datasynth_audit_fsm library as a dependency

Run this command in a terminal, in your project's directory:

cargo add datasynth-audit-fsm

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

datasynth-audit-fsm = "5.33.2"

The datasynth_audit_fsm library will be automatically available globally. Read the datasynth_audit_fsm library documentation.

Back to the crate overview.