Skip to content
/ desynt Public

Convert syn paths & idents to normalised names

License

jayvdb/desynt

Repository files navigation

desynt

A Rust library for handling syn objects with raw identifier prefixes and path normalization.

Crates.io Documentation License

Overview

desynt provides utilities for working with syn objects, particularly focusing on:

  • Stripping raw identifier prefixes (r#) from Ident, Path, and PathSegment objects
  • Path normalization and canonical type resolution
  • Type mapping from various path representations to canonical forms

This 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.

License

This project is licensed under either of

at your option.

About

Convert syn paths & idents to normalised names

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages