Crate owlz

Crate owlz 

Source
Expand description

§Owlz

owlz is a crate for creating random owl ascii emojis.

§Example

println!("{}", Owl::default());
println!("{}", Owl::random());
println!("{}",
    Owl {
        beak: Beak::Happy,
        eyes: Eyes::Happy,
        head: Head::Curly,
        wing_shape: WingShape::None,
        wings: Wings::Outward
    }
);

Structs§

Owl
Create an Owl

Enums§

Beak
Eyes
Head
WingShape
Wings