Expand description
§Parcode Derive Macros
This crate provides the procedural macros for parcode. It automates the implementation
of the ParcodeVisitor, SerializationJob, ParcodeNative, and the Lazy Mirror.
Compatible with syn 2.0.
Derive Macros§
- Parcode
Object - Derives
ParcodeVisitor,SerializationJob,ParcodeNativeandParcodeLazyRef.