1 unstable release
new 0.1.0 | Feb 17, 2025 |
---|
#773 in Encoding
74 downloads per month
20KB
543 lines
Seeded serialization
This library provides types, traits and derive macros to deal with seeded serialization/deserialization with serde.
- A
SerializeSeeded
trait and derive macro to serialize types with a seed. - A
Seeded<Q, T>
type that implementsSerialize
callingT::serialize_seeded
with a seedQ
. - A
DeserializeSeeded
trait and derive macro to deserialize types with a seed. - A
Seed<Q, T>
type implementingDeserializeSeed
callingT::deserialize_seeded
with a seedQ
.
See the tests
folder to find some examples.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
Dependencies
~105–350KB