Registry / serialization / basic-toml

basic-toml

JSON →
library0.1.10rscratesunverified

Minimal TOML parser and serializer with few dependencies.

# Cargo.toml [dependencies] basic-toml = "0.1.10"
INSTALL
IMPORT
SIG · BASIC-TOML
B
basic-toml
serializationrustv0.1.10
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.

from_str
use basic_toml::from_str;

Parse a TOML string

use basic_toml::from_str; fn main() { let toml_str = "key = 'value'"; let value: toml::Value = from_str(toml_str).unwrap(); println!("Parsed: {:?}", value); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.10latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
44
Resources
basic-toml — cargo add basic-toml · libregistry