-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update_crau: parse signature header #9
Conversation
b982570
to
cac4b60
Compare
cac4b60
to
37f9f6f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here's a few suggestions about things i think could be written in slightly more "idiomatic rust". imo, rust is a lot happier being written in a more combinator-heavy style.
up to you whether to incorporate the feedback, of course :)
37f9f6f
to
0a6d42d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you'll permit me one last little coding style nitpick, i'll be happy to merge this :)
Parse signatures header, check for signature versions.
0a6d42d
to
fb37041
Compare
Parse signatures header, check for signature versions.
Fixes flatcar/Flatcar#1025