https://github.com/dfgordon/a2kit_macro
rust procedural macros for a2kit
https://github.com/dfgordon/a2kit_macro
Last synced: 2 months ago
JSON representation
rust procedural macros for a2kit
- Host: GitHub
- URL: https://github.com/dfgordon/a2kit_macro
- Owner: dfgordon
- License: mit
- Created: 2022-08-28T15:49:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T20:25:51.000Z (almost 2 years ago)
- Last Synced: 2025-12-13T19:30:21.184Z (6 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Apple ][ Kit Macros
====================
These are the procedural macros for [a2kit](https://github.com/dfgordon/a2kit), which are required to reside in their own crate.
This is the outer crate, containing the traits we want to derive. The inner crate has the actual derivations.
As of this writing there is only one trait involved, `DiskStruct`.