laysakura / serde-encrypt

πŸ” Encrypts all the Serialize.
Apache License 2.0
175 stars 6 forks source link

feat: BincodeSerializer & PostcardSerializser #88

Closed laysakura closed 3 years ago

laysakura commented 3 years ago

Fixes: #17

codecov[bot] commented 3 years ago

Codecov Report

Merging #88 (195aea1) into main (677d520) will decrease coverage by 0.10%. The diff coverage is 91.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #88      +/-   ##
==========================================
- Coverage   82.99%   82.89%   -0.11%     
==========================================
  Files          37       40       +3     
  Lines        2217     2391     +174     
==========================================
+ Hits         1840     1982     +142     
- Misses        377      409      +32     
Impacted Files Coverage Ξ”
...encrypt/src/serialize/impls/postcard_serializer.rs 81.25% <81.25%> (ΓΈ)
...-encrypt/src/serialize/impls/bincode_serializer.rs 87.50% <87.50%> (ΓΈ)
...rde-encrypt/src/serialize/impls/cbor_serializer.rs 95.83% <95.83%> (ΓΈ)
...erde-encrypt-core/src/encrypt/encrypted_message.rs 100.00% <100.00%> (ΓΈ)
serde-encrypt/tests/feat_serializers.rs 100.00% <100.00%> (ΓΈ)
serde-encrypt-core/src/error.rs 17.71% <0.00%> (-0.81%) :arrow_down:

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 9a11da0...195aea1. Read the comment docs.