Nullus157 / bs58-rs

Another Rust Base58 codec implementation
Apache License 2.0
75 stars 24 forks source link

Change inherent methods returning owned types into `(Try)From` impls #96

Closed Nemo157 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 78.34% // Head: 78.28% // Decreases project coverage by -0.06% :warning:

Coverage data is based on head (dfd61f7) compared to base (9785331). Patch coverage: 94.87% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## prīmum #96 +/- ## ========================================== - Coverage 78.34% 78.28% -0.07% ========================================== Files 6 6 Lines 351 350 -1 ========================================== - Hits 275 274 -1 Misses 76 76 ``` | [Impacted Files](https://codecov.io/gh/Nullus157/bs58-rs/pull/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nullus157) | Coverage Δ | | |---|---|---| | [src/alphabet.rs](https://codecov.io/gh/Nullus157/bs58-rs/pull/96/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nullus157#diff-c3JjL2FscGhhYmV0LnJz) | `70.37% <ø> (ø)` | | | [src/lib.rs](https://codecov.io/gh/Nullus157/bs58-rs/pull/96/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nullus157#diff-c3JjL2xpYi5ycw==) | `100.00% <ø> (ø)` | | | [src/encode.rs](https://codecov.io/gh/Nullus157/bs58-rs/pull/96/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nullus157#diff-c3JjL2VuY29kZS5ycw==) | `78.43% <77.77%> (ø)` | | | [src/decode.rs](https://codecov.io/gh/Nullus157/bs58-rs/pull/96/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nullus157#diff-c3JjL2RlY29kZS5ycw==) | `58.55% <100.00%> (ø)` | | | [tests/decode.rs](https://codecov.io/gh/Nullus157/bs58-rs/pull/96/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nullus157#diff-dGVzdHMvZGVjb2RlLnJz) | `100.00% <100.00%> (ø)` | | | [tests/encode.rs](https://codecov.io/gh/Nullus157/bs58-rs/pull/96/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nullus157#diff-dGVzdHMvZW5jb2RlLnJz) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nullus157). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nullus157)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.