db/herodb/src/cmd/mod.rs
2025-04-19 18:57:09 +02:00

7 lines
219 B
Rust

//! Command examples for HeroDB
//!
//! This module contains various example commands and applications
//! that demonstrate how to use HeroDB in different scenarios.
// Export the example modules
pub mod dbexample_biz;