derive(Description)
This library provides a trait and derive macro that is like std::fmt::Display, but using compile-time strings.
The library is fully no_std and no_alloc, and is meant to provide user-facing text for enum-like status messages without code bloat.
[]
= "0.1.0"
Example
use Description;