Registry / config / piston-meta

piston-meta

JSON →
library2.0.1rscratesunverified

A DSL parsing library for human readable text documents.

# Cargo.toml [dependencies] piston_meta = "2.0.1"
INSTALL
IMPORT
SIG · PISTON-META
P
piston-meta
configrustv2.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.

parse
use piston_meta::parse;

Parses a simple meta document string.

use piston_meta::parse; fn main() { let text = "key = value"; let result = parse("config.meta", text).unwrap(); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
OpenAI (training)
1
Resources
piston-meta — cargo add piston-meta · libregistry