https://github.com/serde-rs/example-format
An example Serializer and Deserializer data format for Serde
https://github.com/serde-rs/example-format
Last synced: 8 months ago
JSON representation
An example Serializer and Deserializer data format for Serde
- Host: GitHub
- URL: https://github.com/serde-rs/example-format
- Owner: serde-rs
- License: apache-2.0
- Created: 2018-05-27T01:04:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T01:54:55.000Z (10 months ago)
- Last Synced: 2025-03-24T09:37:08.611Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 70.3 KB
- Stars: 22
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
Please refer to the Serde website under [**Writing a data format**] for a
discussion of this example code.
[**Writing a data format**]: https://serde.rs/data-format.html
#### License
Licensed under either of Apache License, Version
2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.