Crates.io | rustc-ap-rustc_ast |
lib.rs | rustc-ap-rustc_ast |
version | 727.0.0 |
source | src |
created_at | 2020-03-04 04:56:27.256923 |
updated_at | 2021-07-06 08:17:43.643581 |
description | Automatically published version of the package `rustc_ast` in the rust-lang/rust repository from commit 9a27044f42ace9eb652781b53f598e25d4e7e918 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish |
homepage | |
repository | https://github.com/rust-lang/rust |
max_upload_size | |
id | 215240 |
size | 302,999 |
The rustc_ast
crate contains those things concerned purely with syntax
– that is, the AST ("abstract syntax tree"), parser, pretty-printer,
lexer, macro expander, and utilities for traversing ASTs.
For more information about how these things work in rustc, see the rustc dev guide: