Crates.io | syn-path |
lib.rs | syn-path |
version | 2.1.0 |
created_at | 2022-04-10 13:46:47.858583+00 |
updated_at | 2025-09-07 14:23:06.674279+00 |
description | A simple macro to declare a syn::Path at compile time |
homepage | |
repository | https://codeberg.org/msrd0/syn-path |
max_upload_size | |
id | 565094 |
size | 16,060 |
This crate contains macros to construct syn
-types that contain paths inside a
procedural macro.
The type_path!
macro constructs a syn::TypePath
.