blob: d4832f516608d897eaa6dcadd1f7ce5187f86470 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
rust_i18n::i18n!("resources/locales/jvn", fallback = "en");
// --- LIBS ---
/// Data
pub mod data;
/// Json Format
pub mod legacy_json_output;
/// Systems
pub mod systems;
// --- ASSETS ---
/// Commands
pub mod cmds;
/// Command Data
pub mod args;
pub mod collects;
pub mod inputs;
pub mod outputs;
/// Result Renderers
pub mod renderers;
|