You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `#[display]` attribute allows you to customize how individual enum variants are formatted. This attribute accepts a format string that follows Rust's standard formatting syntax.
82
82
83
-
## Basic Usage
83
+
###Basic Usage
84
84
85
85
```rust
86
86
useenum_display::EnumDisplay;
@@ -100,7 +100,7 @@ assert_eq!(Status::Ready.to_string(), "System is ready");
0 commit comments