| Crates.io | debug_display |
| lib.rs | debug_display |
| version | 0.2.0 |
| created_at | 2024-12-27 23:22:35.610747+00 |
| updated_at | 2024-12-28 22:56:51.857048+00 |
| description | Small crate to allow using Debug as regular Display (Why isn't this just part of std?) |
| homepage | https://codeberg.org/micropanda123/debug_display |
| repository | https://codeberg.org/micropanda123/debug_display |
| max_upload_size | |
| id | 1496737 |
| size | 5,488 |
Very basic derive macro to use debug view as regular display
use debug_derive::Display;
#[derive(Debug, Display)]
struct/enum/union...