assay-cli 3.23.0

CLI for Assay
1
2
3
4
5
#[path = "profile_next/mod.rs"]
mod profile_next;

#[allow(unused_imports)]
pub use profile_next::{run, Event, InitArgs, ProfileArgs, ProfileCmd, ShowArgs, UpdateArgs};