nerdicons_rs 0.1.0

Access all NerdFonts Icons and Use It
Documentation

Rust

nerdicons-rs

A Rust Module For Use NerdFonts Icons Simply. It Split the - and Gets Next Value

Example

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

Installtion

cargo add nerdicons_rs

Usage-Of Gen

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