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

Big improvement in memory allocation #12

Closed nappa85 closed 2 years ago

nappa85 commented 2 years ago

This version doesn't allocate and does the same

lmammino commented 2 years ago

Oh great idea @nappa85! This way we can even get rid of lazy_static as a dependency since we don't use it anywhere else!

I'll get this merged shortly!

Thanks again :)

nappa85 commented 2 years ago

Just to let you know, we are reviewing your crate as group, you can join us if you want https://meet.jit.si/rust_italia

lmammino commented 2 years ago

Closing in favour of #13 which solves the same problem in a more effective way!