epserde 0.13.1

ε-serde is an ε-copy (i.e., almost zero-copy) serialization/deserialization framework
Documentation
1
2
3
4
5
error: phantom(...) cannot be used on a zero-copy type, as it performs no substitution
  --> tests/fail/phantom_zero_copy.rs:12:30
   |
12 | #[epserde(zero_copy, phantom(T))]
   |                              ^