#icons #url #font-awesome

no-std rust-fontawesome-icons

Get all usable Font Awesome icons

1 unstable release

0.1.0 Dec 29, 2024

#93 in #icons

Download history 105/week @ 2024-12-28 7/week @ 2025-01-04

112 downloads per month

MIT license

36KB
204 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