Expand description
Lucide icon data, search, and categories.
Framework-agnostic core for the Lepticons toolkit. Provides the
LucideGlyph enum, the Glyph trait, lookup helpers, a cached
search index, and a category aggregation cache.
Re-exported through the lepticons crate; depend on this crate
directly only when you need the data layer without a renderer.
Modules§
- strum
- Re-exports of the
strumtraits implemented byLucideGlyph. Importing from here lets downstream callers iterate or look up icons without taking a directstrumdependency.
Enums§
Constants§
- VERSION
- Version of the
lepticons-datacrate, taken fromCargo.tomlat build time.
Traits§
- Glyph
- Trait for types that provide SVG content for rendering.