Registry / other / teo-parser

teo-parser

JSON →
library0.3.0rscratesunverified

Parser for Teo schema language, providing syntax analysis and AST generation.

# Cargo.toml [dependencies] teo-parser = "0.3.0"
INSTALL
IMPORT
SIG · TEO-PARSER
T
teo-parser
otherrustv0.3.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.

parse
use teo_parser::parse;

Parses a Teo schema string and prints the result.

use teo_parser::parse; fn main() { let schema = "model User { id: Int }"; let result = parse(schema); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Bingbot
1
Resources
teo-parser — cargo add teo-parser · libregistry