Skip to content
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

Sha1::hexdigest may not require std, but only alloc #45

Open
KisaragiEffective opened this issue Sep 15, 2023 · 0 comments · May be fixed by #46
Open

Sha1::hexdigest may not require std, but only alloc #45

KisaragiEffective opened this issue Sep 15, 2023 · 0 comments · May be fixed by #46

Comments

@KisaragiEffective
Copy link

pub fn hexdigest(&self) -> std::string::String {

this snippet said this requires std, but this is a bit stricter requirement than necessary. String and its friends are also exist in alloc crate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant