Registry / utility / aster
library0.41.0rscratesunverified

A libsyntax ast builder.

# Cargo.toml [dependencies] aster = "0.41.0"
INSTALL
IMPORT
SIG · ASTER
A
aster
utilityrustv0.41.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AstBuilder
use aster::AstBuilder;

Creates an AST builder for constructing syntax trees.

use aster::AstBuilder; fn main() { let builder = AstBuilder::new(); // Use builder to construct AST nodes println!("AST builder created"); }
Debug
Known issues
breakingThis crate is very old and may not compile with modern Rust versions.
fix
Consider using syn or proc_macro2 for AST building instead.
affects: >=0.41.0
Upgrade
Version history
0.41.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Resources
aster — cargo add aster · libregistry