Registry / other / resast

resast

JSON →
library0.5.0rscratesunverified

Rusty-ECMAScript Abstract Syntax Tree.

# Cargo.toml [dependencies] resast = "0.5.0"
INSTALL
IMPORT
SIG · RESAST
R
resast
otherrustv0.5.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.

Program
use resast::Program;

Creates an ECMAScript AST program node.

use resast::Program; fn main() { let program = Program::new(); // Parse or manipulate ECMAScript AST }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
resast — cargo add resast · libregistry