nerdicons_rs

Crates.ionerdicons_rs
lib.rsnerdicons_rs
version0.1.0
created_at2025-07-16 20:21:26.793868+00
updated_at2025-07-16 20:21:26.793868+00
descriptionAccess all NerdFonts Icons and Use It
homepage
repositoryhttps://github.com/obitoc/nerdicons-rs
max_upload_size
id1756556
size1,057,070
Obito (obitoc)

documentation

https://docs.rs/nerdicons_rs

README

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

Commit count: 0

cargo fmt