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

facet-rs / facet / 19926359739
58%

Build:
DEFAULT BRANCH: main
Ran 04 Dec 2025 10:51AM UTC
Jobs 1
Files 177
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

04 Dec 2025 10:49AM UTC coverage: 57.31% (+0.2%) from 57.159%
19926359739

push

github

fasterthanlime
feat(facet-value): add extensible Other type with VQName and VUuid

Implements issue #1038: Extensible 'Other' type for facet-value.

This adds an extensible type system using the reserved tag 7 slot:
- OtherKind enum with secondary discriminant on the heap (u8)
- VQName: qualified name (namespace + local name) for XML support
- VUuid: 128-bit UUID for semantic identity preservation

Changes:
- Add TypeTag::Other = 7 to value.rs
- Add ValueType::QName and ValueType::Uuid
- Add DynValueKind::QName and DynValueKind::Uuid to facet-core
- Add is_qname, is_uuid, as_qname, as_uuid methods to Value
- Update Clone, Drop, PartialEq, PartialOrd, Hash, Debug for new types
- Update Destructured enums for pattern matching
- Update facet-pretty, facet-assert, facet-diff for new kinds

This preserves performance for common types while enabling unlimited
future extensibility via the OtherKind discriminant.

216 of 291 new or added lines in 7 files covered. (74.23%)

21948 of 38297 relevant lines covered (57.31%)

507.87 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
90.37
-0.26% facet-diff/src/diff.rs
2
70.54
-0.2% facet-pretty/src/printer.rs
2
59.76
-0.49% facet-value/src/facet_impl.rs
6
52.62
-0.51% facet-assert/src/same.rs
10
80.54
-4.6% facet-value/src/format.rs
21
90.32
facet-value/src/other.rs
33
61.75
-1.8% facet-value/src/value.rs
Jobs
ID Job ID Ran Files Coverage
1 19926359739.1 04 Dec 2025 10:51AM UTC 177
57.31
GitHub Action Run
Source Files on build 19926359739
  • Tree
  • List 177
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 45378b76 on github
  • Prev Build on main (#19925543595)
  • Next Build on main (#19926726910)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc