Backport of libsyntax for use with syntex, providing Rust syntax parsing capabilities.
# Cargo.toml
[dependencies]
syntex_syntax = "0.59.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse a Rust source file into a syntax crate.
Migrate to syn and proc_macro2 for better compatibility with current Rust editions.
No dependency data recorded yet.