serde-seeded-derive 0.1.0

Derive macro for `serde-seeded`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Derive macros for seeded serialization

[![CI](https://github.com/timothee-haudebourg/serde-seeded/workflows/CI/badge.svg)](https://github.com/timothee-haudebourg/serde-seeded/actions)
[![Crate informations](https://img.shields.io/crates/v/serde-seeded.svg?style=flat-square)](https://crates.io/crates/serde-seeded)
[![License](https://img.shields.io/crates/l/serde-seeded.svg?style=flat-square)](https://github.com/timothee-haudebourg/serde-seeded#license)
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square)](https://docs.rs/serde-seeded)

<!-- cargo-rdme start -->

This is a companion crate for [`serde-seeded`] defining the
`SerializeSeeded` and `DeserializeSeeded` derive macros. It is not
recommended to use this crate directly. Use the `serde-seeded` crate
directly instead with the `derive` feature enabled.

[`serde-seeded`]: <https://crates.io/crates/serde-seeded>

<!-- cargo-rdme end -->