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 |
#355 in Procedural macros
1,565 downloads per month
Used in 18 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
~180–590KB
~14K SLoC