Crates.io | owlz |
lib.rs | owlz |
version | 0.1.1 |
source | src |
created_at | 2022-08-20 17:46:06.887838 |
updated_at | 2022-08-20 18:08:24.757559 |
description | "Owlz" ascii emoojis, created randomly or by design. |
homepage | |
repository | https://github.com/DragonFIghter603/owlz-rs |
max_upload_size | |
id | 649415 |
size | 6,751 |
A rust library for creating cute ascii emoji owl faces, featuring:
Do you want to sign your emails, bot messages, pull requests or memos with lil owlz that improve the day of the people around you? Then this is exactly what you need!
Add this to your Cargo.toml
:
[dependencies]
owlz = "0.1.1"
rand = "0.8.5"
rand_derive2 = "0.1.17"
enum-assoc = "0.3.4"
Example:
use owlz::Owl;
fn main() {
println!("{}", Owl::default());
println!("{}", Owl::random());
println!("{}",
Owl {
beak: Beak::Happy,
eyes: Eyes::Happy,
head: Head::Curly,
wing_shape: WingShape::None,
wings: Wings::Outward
}
);
}
<\*o*/>