fmt-derive-proc 0.1.1

A more robust and versatile derive macro for Debug and Display.
Documentation
1
2
3
4
5
6
7
pub mod field_attribute;
pub mod item_attribute;
pub mod variant_attribute;

mod kw {
	syn::custom_keyword!(ignore);
}