File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737//! - `serde`: Enable serialization/deserialization via [serde].
3838//! - `rkyv`: Deprecated, use the `rkyv-*` features.
3939//! - `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.
4141//! - `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.
4343//! - `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.
4545//! - `rkyv-validation`: Enable rkyv validation support using `bytecheck`.
4646//! - `arbitrary`: Construct arbitrary instances of a type with the Arbitrary crate.
4747//! - `unstable-locales`: Enable localization. This adds various methods with a `_localized` suffix.
You can’t perform that action at this time.
0 commit comments