#macro #typechain

macro typechain-macros

Macros for the typechain crate

1 unstable release

0.1.0 Jun 3, 2023

#163 in #macros


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

~340–800KB
~18K SLoC