#symbols #nerd

nerd-font-symbols

Nerd Fonts Symbols

3 releases (breaking)

0.3.0 Feb 13, 2025
0.2.0 Apr 30, 2024
0.1.0 Jun 4, 2023

#29 in #symbol

34 downloads per month

MIT/Apache

560KB

Nerd Font Symbols

A const <NAME>: &str = "<symbol>" definition for each of the symbols in Nerd Fonts.

Documentation: https://docs.rs/nerd-font-symbols.

Usage

[dependencies]
nerd-font-symbols = "0.3"
assert_eq!(nerd_font_symbols::md::MD_PERIODIC_TABLE, "󰢶");

lib.rs:

Nerd Font Symbols

Example

assert_eq!(nerd_font_symbols::md::MD_PERIODIC_TABLE, "󰢶");

No runtime deps