• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vigna / epserde-rs / 29040055629
47%

Build:
DEFAULT BRANCH: main
Ran 09 Jul 2026 06:19PM UTC
Jobs 1
Files 25
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Jul 2026 06:14PM UTC coverage: 46.037% (-0.8%) from 46.868%
29040055629

push

github

zommiommy
docs: state the real boundaries of wrapper erasure and string deserialization

WHAT: the wrapper module docs claimed Box/Rc/Arc support requires "the
std or alloc feature" although no alloc Cargo feature exists, and both
the module docs and the README presented smart-pointer erasure as
unconditional; the string module docs said all string types share the
deserialization type &str, although &str itself is serialization-only.

WHY: users looking for the advertised alloc feature find nothing (the
alloc crate is used unconditionally in no_std builds); users reading
the erasure story try Vec<Box<T>> or PhantomData<Box<T>> and hit
missing CopyType/TypeHash implementations with no documented
explanation, since erasure only applies to the wrapper position
itself; users reading the string docs may try to deserialize into
&str, for which no DeserInner implementation exists.

HOW: reworded the wrapper module docs to name the std feature or the
alloc crate (not feature), added a paragraph delimiting erasure to the
wrapper position with the boxed-slice/Box<str> exception, added the
same one-sentence qualifier to the README's References and Wrappers
section, and rewrote the string module intro to distinguish the
deserializable owners (String, Box<str>) from the serialization-only
&str convenience implementation.

999 of 2170 relevant lines covered (46.04%)

572.72 hits per line

Coverage Regressions

Lines Coverage ∆ File
534
0.0
0.0% epserde-derive/src/lib.rs
25
70.65
0.0% epserde/src/utils/aligned_cursor.rs
2
90.48
0.48% epserde/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 29040055629.1 09 Jul 2026 06:19PM UTC 25
46.04
GitHub Action Run
Source Files on build 29040055629
  • Tree
  • List 25
  • Changed 7
  • Source Changed 7
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29040055629
  • 9a9f3336 on github
  • Prev Build on main (#29038368034)
  • Next Build on main (#29101819327)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc