Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teddriggs/serde_default
Rust proc-macro to derive a struct's default from its serde attributes
https://github.com/teddriggs/serde_default
Last synced: 2 months ago
JSON representation
Rust proc-macro to derive a struct's default from its serde attributes
- Host: GitHub
- URL: https://github.com/teddriggs/serde_default
- Owner: TedDriggs
- License: mit
- Created: 2019-01-24T17:37:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T15:09:38.000Z (6 months ago)
- Last Synced: 2024-11-01T04:26:30.387Z (2 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`serde_default`
===============This is a library for generating impls of `Default` from serde attributes.