File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,10 @@ The following optional features can be enabled in `Cargo.toml`:
23
23
* ` serde ` : Implements the ` serde::Serialize ` and ` serde::Deserialize ` traits.
24
24
* ` schemars ` : Implements the ` schemars::JsonSchema ` trait.
25
25
* ` proptest ` : Implements the ` proptest::Arbitrary ` trait.
26
- * ` rkyv ` : Implements ` rkyv ` 's ` Archive ` , ` Serialize ` and ` Deserialize ` traits.
26
+ * ` rkyv_16 ` : Implements ` rkyv ` 's ` Archive ` , ` Serialize ` and ` Deserialize ` traits with ` size_16 ` .
27
+ * ` rkyv_32 ` : Implements ` rkyv ` 's ` Archive ` , ` Serialize ` and ` Deserialize ` traits with ` size_32 ` .
28
+ * ` rkyv_64 ` : Implements ` rkyv ` 's ` Archive ` , ` Serialize ` and ` Deserialize ` traits with ` size_64 ` .
29
+ * ` rkyv_ck ` : Implements the ` bytecheck::CheckBytes ` trait.
27
30
* ` speedy ` : Implements ` speedy ` 's ` Readable ` and ` Writable ` traits.
28
31
29
32
## License
You can’t perform that action at this time.
0 commit comments