wasm4pm-cli 26.6.10

The official wasm4pm process mining command-line interface
Documentation
1
2
3
4
5
6
7
pub mod config;
pub mod errors;
pub mod io;

pub use config::Config;
pub use errors::{ContextExt, Report, Result, Wasm4pmError};
pub use io::{Io, Table};