Registry / serialization / serde-toml

serde-toml

JSON →
library0.0.1rscratesunverified

See instead `toml`.

# Cargo.toml [dependencies] serde_toml = "0.0.1"
INSTALL
IMPORT
SIG · SERDE-TOML
S
serde-toml
serializationrustv0.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.

from_str
use serde_toml::from_str;

Parses TOML string (deprecated, use `toml` crate instead).

use serde_toml::from_str; fn main() { let value: toml::Value = from_str("key = 'value'").unwrap(); println!("{:?}", value); }
Debug
Known issues
breakingThis crate is deprecated; use the `toml` crate instead.
fix
Replace serde_toml with toml in Cargo.toml and code.
affects: >=0.0.0
Upgrade
Version history
0.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
serde-toml — cargo add serde-toml · libregistry