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

facet-rs / facet / 19926359739 / 1
58%
main: 58%

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

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.

21948 of 38297 relevant lines covered (57.31%)

507.87 hits per line

Source Files on job 19926359739.1
  • Tree
  • List 177
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19926359739
  • 45378b76 on github
  • Prev Job for on main (#19925543595.1)
  • Next Job for on main (#19926726910.1)
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