mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
[Crate] Edit serde feature to clarify serialization/deserialization for response types
This commit is contained in:
parent
6c9f554751
commit
4c4b9d6b45
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
//! Enabled by default: None
|
||||
//!
|
||||
//! `no_games` - disables the included games support.
|
||||
//! `serde` - enables json serialization/deserialization for all types
|
||||
//! `serde` - enables json serialization/deserialization for all response types
|
||||
|
||||
pub mod errors;
|
||||
#[cfg(not(feature = "no_games"))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue