lmrc-cli 0.3.16

CLI tool for scaffolding LMRC Stack infrastructure projects
Documentation
1
2
3
4
5
6
7
8
9
//! LMRC CLI Library
//!
//! This library exposes the core functionality of the LMRC CLI for testing purposes.

pub mod generator;
pub mod error;

// Re-export commonly used types
pub use error::Result;