#icons #url #font-awesome

no-std rust-fontawesome-icons

Get all usable Font Awesome icons

2 releases

Uses new Rust 2024

0.1.1 Feb 25, 2025
0.1.0 Dec 29, 2024

#142 in #icons

Download history 105/week @ 2024-12-28 7/week @ 2025-01-04 2/week @ 2025-02-01 1/week @ 2025-02-08 106/week @ 2025-02-22 34/week @ 2025-03-01

140 downloads per month

MIT license

37KB
224 lines

Rust Fontawesome Icons

Crates.io MIT licensed CI

Get the url to all free fontawesome icons in Rust.

Usage

use rust_fontawesome_icons::Icon;

fn main() {
    println!("Hello, world! {}", Icon::RUST.url());
}

lib.rs:

The Font Awesome icon url set for Rust.

use rust_fontawesome_icons::Icon;

println!("URL to the rust logo: {}", Icon::RUST.url());

Repository

No runtime deps

~0–2.6MB
~38K SLoC