Crate parcode_derive

Crate parcode_derive 

Source
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§

ParcodeObject
Derives ParcodeVisitor, SerializationJob, ParcodeNative and ParcodeLazyRef.