File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
//! - `serde`: Enable serialization/deserialization via [serde].
38
38
//! - `rkyv`: Deprecated, use the `rkyv-*` features.
39
39
//! - `rkyv-16`: Enable serialization/deserialization via [rkyv],
40
- //! using 16-bit integers for integral `*size` types.
40
+ //! using 16-bit integers for integral `*size` types.
41
41
//! - `rkyv-32`: Enable serialization/deserialization via [rkyv],
42
- //! using 32-bit integers for integral `*size` types.
42
+ //! using 32-bit integers for integral `*size` types.
43
43
//! - `rkyv-64`: Enable serialization/deserialization via [rkyv],
44
- //! using 64-bit integers for integral `*size` types.
44
+ //! using 64-bit integers for integral `*size` types.
45
45
//! - `rkyv-validation`: Enable rkyv validation support using `bytecheck`.
46
46
//! - `arbitrary`: Construct arbitrary instances of a type with the Arbitrary crate.
47
47
//! - `unstable-locales`: Enable localization. This adds various methods with a `_localized` suffix.
You can’t perform that action at this time.
0 commit comments