1 unstable release

0.1.0 Jun 3, 2023

#188 in #fields


Used in typechain

MIT/Apache

19KB
440 lines

typechain-macros

This crate provides the procedural macros for the typechain crate. See the typechain crate for more information.


lib.rs:

typechain-macros

This crate contains macros for working with related type functionality. Using dynamic dispatch, it is possible to create a chain of traits that can be used to access the fields of a struct.

The macros in this crate use user-defined traits and structs to generate an easy-to-use chain. See the typechain crate for more information.

Dependencies

~240–680KB
~15K SLoC