1
0
mirror of https://github.com/bspeice/dtparse synced 2025-07-03 14:54:57 -04:00

Now with 100% more WASM!

Version bump and README update
This commit is contained in:
2018-08-14 22:49:24 -04:00
parent afb7747cdf
commit 4d7c5dd995
4 changed files with 17 additions and 3 deletions

View File

@ -60,6 +60,12 @@
//! ```
//!
//! Further examples can be found in the `examples` directory on international usage.
//!
//! # Usage
//!
//! `dtparse` requires a minimum Rust version of 1.21 to build, but is tested on Windows, OSX,
//! BSD, Linux, and WASM. The build is also compiled against the iOS and Android SDK's, but is not
//! tested against them.
//!
//! [dateutil]: https://github.com/dateutil/dateutil