lcowsay 0.3.3

Cowsay, but combined with lolcat.
Documentation
#![warn(clippy::pedantic, clippy::nursery)]

mod bubble;
mod cow;
mod shapes;

pub use cow::Cow;
pub use shapes::CowShape;