sal/src/cmd/mod.rs
2025-04-04 18:21:16 +02:00

5 lines
128 B
Rust

//! Command-line tools for SAL
//!
//! This module contains command-line tools built on top of the SAL library.
pub mod herodo;