1 unstable release
0.1.0 | Dec 29, 2024 |
---|
#93 in #icons
112 downloads per month
36KB
204 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