| Crates.io | nerdicons_rs |
| lib.rs | nerdicons_rs |
| version | 0.1.0 |
| created_at | 2025-07-16 20:21:26.793868+00 |
| updated_at | 2025-07-16 20:21:26.793868+00 |
| description | Access all NerdFonts Icons and Use It |
| homepage | |
| repository | https://github.com/obitoc/nerdicons-rs |
| max_upload_size | |
| id | 1756556 |
| size | 1,057,070 |
// USE the mode type like fa fae linux etc ....
use nerdicons_rs::linux;
fn main(){
// RS followed by The Name Of the Icon
println!("{}",linux::RSAPPLE);
}
cargo add nerdicons_rs
nerdicons-rs-gen OUTDIR
[!WARNING] You Need To Fetch the file of mapping By Your Self Go to nerd repo to get it for updates