#icons #font-awesome #url

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

#780 in Template engine

Download history 3/week @ 2025-02-02 112/week @ 2025-02-23 28/week @ 2025-03-02

191 downloads per month

MIT license

37KB
224 lines

The Font Awesome icon url set for Rust.

use rust_fontawesome_icons::Icon;

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

Repository


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());
}

No runtime deps

~0–2.6MB
~38K SLoC