mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
[Crate] Add serde feature to changelog and lib doc
This commit is contained in:
parent
84af4230f7
commit
e023e13236
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ Who knows what the future holds...
|
|||
### Changes:
|
||||
Crate:
|
||||
- General optimizations thanks to [cargo clippy](https://github.com/rust-lang/rust-clippy) and [@cainthebest](https://github.com/cainthebest).
|
||||
- Added feature `serde` which enables json serialization/deserialization for all types (by [@cainthebest](https://github.com/cainthebest)).
|
||||
|
||||
Protocols:
|
||||
- GameSpy 1: Add key `admin` as a possible variable for `admin_name`.
|
||||
|
|
|
|||
|
|
@ -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"))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue