https://github.com/mthom/to-syn-value_derive
https://github.com/mthom/to-syn-value_derive
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mthom/to-syn-value_derive
- Owner: mthom
- Created: 2022-03-13T03:16:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T20:47:17.000Z (almost 3 years ago)
- Last Synced: 2025-12-14T01:45:57.294Z (7 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This crate defines a derive macro to introduce a trait
implementation converting values of the attributed type to
syn::DeriveInput. Meant for use with [to-syn-value](https://github.com/mthom/to-syn-value "to-syn-value").