catcat 0.2.1

A version of the GNU/Linux cat command which also depicts a cat
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub static CAT_UPPER: &'static [&'static str] = &[
    "  Λ_Λ  ",
    "≡( ・ω・)≡",
    "──U──U──"
];

pub static CAT_LOWER: &'static [&'static str] = &[
    "─┬────┬─",
    " ╰U┬─U╯ ",
    ""
];