mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 08:07:56 +00:00
impl Serialize and Deserialize for std::num::NonZero*
… gated on the `unstable` Cargo feature. These are new standard library types.
This commit is contained in:
committed by
David Tolnay
parent
2b18b57d84
commit
05b22a06d7
@@ -94,6 +94,7 @@
|
||||
//! - PathBuf
|
||||
//! - Range\<T\>
|
||||
//! - NonZero\<T\> (unstable)
|
||||
//! - num::NonZero* (unstable)
|
||||
//! - **Net types**:
|
||||
//! - IpAddr
|
||||
//! - Ipv4Addr
|
||||
|
||||
Reference in New Issue
Block a user