Crate unicode_icons

source ·
Expand description

§Unicode Icons (Rust)

Total groups: 10 Total functions: 1869

Groups:

§Usage

use unicode_icons::{activities, flags};

println!("Christmas Tree: {}", activities::christmas_tree());
println!("Rainbow Flag: {}", flags::rainbow_flag());

(examples/main.rs)

§Output

$ cargo run --example main
    Christmas Tree: 🎄
    Rainbow Flag: 🏳️‍🌈

§License

This project is licensed under the MIT License.

For more information, see the LICENSE file.

Modules§