server-less-parse 0.6.0

Shared parsing utilities for server-less proc macros
Documentation

server-less-parse

crates.io docs.rs license

Internal parsing utilities for the server-less proc macros.

Internal crate — no stability guarantees. This crate exists only to support the server-less proc macros, and is published solely because path dependencies are disallowed. Its public surface is typed in terms of syn / proc-macro2 and may change in any release, including patch releases. Depend on server-less instead.

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.