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

Allow floating points in DgcCertContainer #16

Closed dodomorandi closed 2 years ago

dodomorandi commented 2 years ago

This allow DgcCertContainer::issued_at and DgcCertContainer::expiration_time to be floating point numbers as well.

There are some tests that unfortuntely fail, but for other reasons.

Fixes #3