Crates.io | sertools |
lib.rs | sertools |
version | 0.2.0 |
source | src |
created_at | 2023-06-04 01:31:58.495164 |
updated_at | 2023-06-04 02:54:36.981072 |
description | Utilities for serde |
homepage | |
repository | https://github.com/finnbear/sertools/ |
max_upload_size | |
id | 881939 |
size | 8,599 |
Utilities for serde
:
deserializer.deserialize_t(TypedVisitor::<T>::default())
makes visiting common types easy#[serde(skip_serializing_if = "sertools::is_default")]
allows avoiding serialization of default valuesLicensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.