2 releases
Uses new Rust 2024
0.1.1 | Feb 25, 2025 |
---|---|
0.1.0 | Dec 29, 2024 |
#142 in #icons
140 downloads per month
37KB
224 lines
Rust Fontawesome Icons
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());
No runtime deps
~0–2.6MB
~38K SLoC