mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +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:
|
### Changes:
|
||||||
Crate:
|
Crate:
|
||||||
- General optimizations thanks to [cargo clippy](https://github.com/rust-lang/rust-clippy) and [@cainthebest](https://github.com/cainthebest).
|
- 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:
|
Protocols:
|
||||||
- GameSpy 1: Add key `admin` as a possible variable for `admin_name`.
|
- GameSpy 1: Add key `admin` as a possible variable for `admin_name`.
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
//! Enabled by default: None
|
//! Enabled by default: None
|
||||||
//!
|
//!
|
||||||
//! `no_games` - disables the included games support.
|
//! `no_games` - disables the included games support.
|
||||||
|
//! `serde` - enables json serialization/deserialization for all types
|
||||||
|
|
||||||
pub mod errors;
|
pub mod errors;
|
||||||
#[cfg(not(feature = "no_games"))]
|
#[cfg(not(feature = "no_games"))]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue