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

Add optional std feature to all crates #217

Merged
merged 1 commit into from
Sep 17, 2020
Merged

Conversation

tarcieri
Copy link
Member

Disabled-by-default. Closes #204.

This mostly provides a std::error::Error impl on aead::Error.

Disabled-by-default. Closes #204.

This mostly provides a `std::error::Error` impl on `aead::Error`.
@codecov-commenter
Copy link

Codecov Report

Merging #217 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #217   +/-   ##
=======================================
  Coverage   88.56%   88.56%           
=======================================
  Files          32       32           
  Lines        1067     1067           
=======================================
  Hits          945      945           
  Misses        122      122           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a37d5d6...07800b1. Read the comment docs.

@tarcieri tarcieri merged commit a2c032f into master Sep 17, 2020
@tarcieri tarcieri deleted the optional-std-feature branch September 17, 2020 15:51
@tarcieri tarcieri mentioned this pull request Sep 30, 2020
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 this pull request may close these issues.

Forward std feature
2 participants