Nullus157 / bs58-rs

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

Append data onto resizeable output buffers instead of truncating them #79

Closed Nemo157 closed 3 years ago

Nemo157 commented 3 years ago

fixes #77

cc @matklad

codecov[bot] commented 3 years ago

Codecov Report

Merging #79 (5297ae1) into prīmum (de7a2db) will increase coverage by 1.79%. The diff coverage is 94.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           prīmum      #79      +/-   ##
==========================================
+ Coverage   70.87%   72.67%   +1.79%     
==========================================
  Files           7        7              
  Lines         309      333      +24     
==========================================
+ Hits          219      242      +23     
- Misses         90       91       +1     
Impacted Files Coverage Δ
src/lib.rs 100.00% <ø> (ø)
src/decode.rs 65.30% <91.30%> (+4.12%) :arrow_up:
src/encode.rs 81.05% <100.00%> (+0.20%) :arrow_up:
tests/decode.rs 100.00% <100.00%> (ø)
tests/encode.rs 100.00% <100.00%> (ø)

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 de7a2db...5297ae1. Read the comment docs.

Nemo157 commented 3 years ago

Thanks for taking a look! I'll try to publish this in a new version in the next couple of days.

Nemo157 commented 3 years ago

bors r+

bors[bot] commented 3 years ago

Build succeeded: