File: README.md

package info (click to toggle)
rust-diligent-date-parser 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
# Diligent Date Parser

![](https://github.com/rust-syndication/diligent-date-parser/workflows/CI/badge.svg)
[![Crates.io Status](https://img.shields.io/crates/v/diligent-date-parser.svg)](https://crates.io/crates/diligent-date-parser)

This is a Rust library to parse dates in unknown format.
It diligently tries to apply known patterns and returns
best found match.