Expand description
§Unicode Icons (Rust)
Total groups: 10 Total functions: 1869
features:
- activities
- animals_and_nature
- component
- flags
- food_and_drink
- objects
- people_and_body
- symbols
- smileys_and_emotion
- travel_and_places
all are default
§Usage
// examples/main.rs
use unicode_icons::icons::{activities, flags};
let format_string = format!("{} a string using format", activities::bullseye());
println!("{}", format_string);
println!("Christmas Tree: {}", activities::christmas_tree());
println!("Cedy Flag: {}", flags::rainbow_flag());
§Output
$ cargo run --example main
🎯 a string using format
Christmas Tree: 🎄
Cedy Flag: 🏳️🌈
§License
This project is licensed under the MIT License.
For more information, see the LICENSE file.
§Copyright (c) 2024 Ben
Modules§
Structs§
- Emoticon
- wrapper struct to implement display trait