Registry / utility / anydate

anydate

JSON →
library0.5.0rscratesunverified

Parses date and datetime strings into structured types.

# Cargo.toml [dependencies] anydate = "0.5.0"
INSTALL
IMPORT
SIG · ANYDATE
A
anydate
utilityrustv0.5.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.

AnyDate
use anydate::AnyDate;

Parses a date string into an AnyDate instance.

use anydate::AnyDate; fn main() { let date = AnyDate::parse("2023-01-01").unwrap(); println!("Parsed date: {:?}", date); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
OpenAI (training)
2
Meta
1
Amazon
1
Resources
anydate — cargo add anydate · libregistry