Registry / utility / syn-rsx

syn-rsx

JSON →
library0.9.0rscratesunverified

syn-powered parser for JSX-like TokenStreams.

# Cargo.toml [dependencies] syn-rsx = "0.9.0"
INSTALL
IMPORT
SIG · SYN-RSX
S
syn-rsx
utilityrustv0.9.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.

parse2
use syn_rsx::parse2;

Parses JSX-like tokens into a node tree.

use syn_rsx::parse2; use syn::parse_quote; let tokens = parse_quote!(<div>hello</div>); let nodes = parse2(tokens).unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
syn-rsx — cargo add syn-rsx · libregistry