rapid-cli 0.6.0

The CLI tool for the Rapid framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use terminal_emoji::Emoji;

pub const LOGO: &str = "
       .......
      .........
    ..........
   .........
  ......... ,(((/
  ....... /(((((((
        *(((((((((
       (((((((((/
     ,(((((((((.
    *((((((((.
      (((((*
";

pub const BOLT_EMOJI: Emoji = Emoji("", "Bolt");