rust-italia / dgc

A parser and validator for the EU Digital Green Certificate (dgc) a.k.a. greenpass
https://github.com/rust-italia/dgc
MIT License
26 stars 11 forks source link

Implement `Display` for all the structs #9

Closed lmammino closed 2 years ago

lmammino commented 2 years ago

It would be nice to have the Display trait implemented for most of the structs.

This will make it easier to visualise the data in a descriptive format.