Closed BratSinot closed 2 years ago
I just wonder if two features are needed (while they both bring serde in, which is the big chunk), or if single serde
one would be enough.
Merging #65 (3cfc699) into master (13e5e3f) will increase coverage by
0.68%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #65 +/- ##
==========================================
+ Coverage 85.56% 86.25% +0.68%
==========================================
Files 17 18 +1
Lines 1032 1091 +59
==========================================
+ Hits 883 941 +58
- Misses 149 150 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/lib.rs | 94.81% <ø> (-0.31%) |
:arrow_down: |
src/serde.rs | 100.00% <100.00%> (ø) |
OK, I'm mostly happy about it.
Clippy
andrustfmt
aren't, and the history is a bit cluttered. Is it fine with you if I just take it over and deal with these "formalities" (I'll be dealing with a release anyway)?
Yeah, of course.
I saw you using nightly? Maybe this make some difference. I also use Clippy and rustfmt (by default in my fav IDE), maybe there was some kind of glitch in my IDE.
Ow, it wasn't IDE glitch, it was IDE old settings "glitch" =)
46
Greetings,
Realization is optional (through features). For me such feature needed to get rid of tons of manual Deserializations / Serializations like this: