4 stable releases
| 2.1.0 | Sep 7, 2025 |
|---|---|
| 2.0.0 | Mar 20, 2023 |
| 1.0.1 | Oct 4, 2022 |
| 1.0.0 | Apr 10, 2022 |
#125 in Procedural macros
498 downloads per month
Used in 19 crates
(9 directly)
15KB
314 lines
syn-path

This crate contains macros to construct syn-types that contain paths inside a
procedural macro.
- The
path!macro constructs asyn::Path. - The
type_path!macro constructs asyn::TypePath. - The
ty!macro constructs asyn::Type.
Dependencies
~140–530KB
~13K SLoC