| Crates.io | desynt |
| lib.rs | desynt |
| version | 0.1.0 |
| created_at | 2025-10-26 20:08:25.85543+00 |
| updated_at | 2025-10-26 20:08:25.85543+00 |
| description | Convert syn paths & idents to normalised names |
| homepage | |
| repository | https://github.com/jayvdb/desynt |
| max_upload_size | |
| id | 1901827 |
| size | 282,233 |
A Rust library for handling syn objects with raw identifier prefixes and path normalization.
desynt provides utilities for working with syn objects, particularly focusing on:
r#) from Ident, Path, and PathSegment objectsThis library is especially useful when working with proc macros or code analysis tools where you need to normalize type references regardless of how they're written in the source code.
This project is licensed under either of
at your option.