Registry / utility / ra-ap-parser

ra-ap-parser

JSON →
library0.0.335rscratesunverified

The Rust parser for rust-analyzer, providing syntax tree parsing for Rust source code.

# Cargo.toml [dependencies] ra_ap_parser = "0.0.335"
INSTALL
IMPORT
SIG · RA-AP-PARSER
R
ra-ap-parser
utilityrustv0.0.335
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.

Parser
✓ use ra_ap_parser::Parser;

Parses a Rust source string into a syntax tree.

use ra_ap_parser::Parser; fn main() { let input = "fn main() {}"; let parser = Parser::new(&input); let tree = parser.parse(); println!("{:?}", tree); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.335latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ra-ap-parser — cargo add ra-ap-parser · libregistry