6 lines
110 B
Rust
6 lines
110 B
Rust
//! JSON view-shaping structs for API responses and templates.
|
|
|
|
pub mod auth;
|
|
pub mod checkout;
|
|
pub mod shop;
|