Registry / utility / rome-rowan

rome-rowan

JSON →
library0.0.1rscratesunverified

Library for generic lossless syntax trees.

# Cargo.toml [dependencies] rome_rowan = "0.0.1"
INSTALL
IMPORT
SIG · ROME-ROWAN
R
rome-rowan
utilityrustv0.0.1
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.

SyntaxNode
use rome_rowan::SyntaxNode;

Creates a new root syntax node.

use rome_rowan::SyntaxNode; fn main() { let node = SyntaxNode::new_root("test"); println!("{:?}", node); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
rome-rowan — cargo add rome-rowan · libregistry