describer 0.2.1

Struct describing helper
Documentation
1
2
3
4
5
6
7
use describer::Describe;
 
#[derive(Describe)]
struct MyStruct(Option<bool>, String);
 
fn main() {
}