kegani-cli 0.1.0

CLI tool for Kegani framework
Documentation
1
2
3
4
5
6
7
//! Logic layer — business rules
//!
//! Contains pure business logic. Orchestrates repositories and enforces
//! business invariants. Does NOT depend on HTTP or actix-web.

pub mod {{RESOURCE_NAME}};
pub use {{RESOURCE_NAME}}::*;