-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fixup changelog and other small things #190
Conversation
2b27543
to
4cfd23b
Compare
cc6d823
to
8edf100
Compare
Anyone able to review this? @drahnr? |
Sha2_224(Vec<u8>), | ||
pub struct FileDigest { | ||
digest: String, | ||
algo: DigestAlgorithm, |
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.
👍
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.
I think the change to FileDigest
is reasonable. The new public API requires documentation, the newly public API requires an improved documentation.
I am not convinced the conversions on style are more idiomatic or readable compared to their original content.
What are you referring to specifically? |
0824728
to
98236cb
Compare
@marxin