[Crate] Add serde feature to changelog and lib doc

This commit is contained in:
CosminPerRam 2023-03-13 17:02:51 +02:00
parent 84af4230f7
commit e023e13236
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@
//! Enabled by default: None
//!
//! `no_games` - disables the included games support.
//! `serde` - enables json serialization/deserialization for all types
pub mod errors;
#[cfg(not(feature = "no_games"))]