Registry / serialization / toml-datetime

toml-datetime

JSON →
library1.1.1+spec-1.1.0rscratesunverified

A TOML-compatible datetime type for parsing and formatting TOML datetime values.

# Cargo.toml [dependencies] toml_datetime = "1.1.1+spec-1.1.0"
INSTALL
IMPORT
SIG · TOML-DATETIME
T
toml-datetime
serializationrustv1.1.1+spec-1.1.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.

Datetime
✓ use toml_datetime::Datetime;

Parses a TOML datetime string into a Datetime value.

use toml_datetime::Datetime; fn main() { let dt: Datetime = "1979-05-27T07:32:00Z".parse().unwrap(); println!("Parsed datetime: {:?}", dt); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1+spec-1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
toml-datetime — cargo add toml-datetime · libregistry