Structs§
- CaseArm
- A single arm of a
case!, i.e.1(x, Some(y)) => x + y,. This implementsParse. - Case
Input - The input syntax to
vesta’scase!macro. This implementsParse. - Case
Output - The output of
vesta’scase!macro, in a representation suitable for turning back into tokens viaToTokens.
Functions§
- vesta_
path - Get the absolute path to
vesta, from within the package itself, the doc tests, or any other package. This means we can use these proc macros from insidevestawith no issue.