MCPcopy Create free account
hub / github.com/auula/falsework / App

Class App

src/app.rs:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5#[derive(Debug)]
6pub struct App<'a, 'c, 'f> {
7 name: &'a str,
8 author: &'a str,
9 version: &'a str,
10 description: &'a str,
11 banner: String,
12 commands: HashMap<String, Command<'c, 'f>>,
13}
14
15pub fn new<'a, 'c, 'f>() -> App<'a, 'c, 'f> {
16 App {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected