rkyv-08 feature#1619
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1619 +/- ##
==========================================
- Coverage 91.12% 91.11% -0.01%
==========================================
Files 37 37
Lines 17123 17123
==========================================
- Hits 15603 15602 -1
- Misses 1520 1521 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
How do you propose to handle additivity in the case there both rkyv 0.7 and 0.8 features are enabled? |
I've thought about it a bit and I think it's doable - I don't actually need a separate set of pointer size features, but to be properly additive - the rkyv 0.8 I'll do this later today if I have time. |
|
The recommended replacement for this crate (jiff) does not support rkyv at all. |
Supersedes #1614
Not sure what to do about CI as currently the features are incompatible with rkyv 0.7, but I could use fully qualified paths for
rkyv_08::Archiveetc and then it should be ok?Alternatively, could do smth like