server-less-parse
Internal parsing utilities for the server-less proc macros.
Internal crate — no stability guarantees. This crate exists only to support the
server-lessproc macros, and is published solely because path dependencies are disallowed. Its public surface is typed in terms ofsyn/proc-macro2and may change in any release, including patch releases. Depend onserver-lessinstead.
It extracts the rich, compile-time representation (MethodInfo, ParamInfo,
and related types) from impl blocks, retaining full syn AST nodes so the
macros can generate accurate token output.
Changelog
See CHANGELOG.md.
Part of RHI.