#font #symbols #nerd #definition

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

#38 in #symbols

Download history 6/week @ 2024-12-04 13/week @ 2024-12-11 4/week @ 2025-01-15 14/week @ 2025-01-29 10/week @ 2025-02-05 141/week @ 2025-02-12 2/week @ 2025-02-19 15/week @ 2025-02-26

170 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