Registry / utility / dtparse

dtparse

JSON →
library2.0.1rscratesunverified

A dateutil-compatible timestamp parser for Rust.

# Cargo.toml [dependencies] dtparse = "2.0.1"
INSTALL
IMPORT
SIG · DTPARSE
D
dtparse
utilityrustv2.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 dtparse::parse;

Parse a timestamp string into a DateTime.

use dtparse::parse; fn main() { let (dt, _) = parse("2023-01-01T00:00:00").unwrap(); println!("{:?}", dt); }
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
6 hits · last 30 days
node
6
Resources
dtparse — cargo add dtparse · libregistry