| Crates.io | article-date-extractor |
| lib.rs | article-date-extractor |
| version | 0.1.1 |
| created_at | 2017-03-27 20:19:53.083009+00 |
| updated_at | 2017-08-01 14:19:40.046887+00 |
| description | A library for extracting the publication date from an article or a blog post. |
| homepage | https://github.com/alexeyzab/article-date-extractor |
| repository | https://github.com/alexeyzab/article-date-extractor |
| max_upload_size | |
| id | 9173 |
| size | 1,327,523 |
This library allows you to extract the publication date of an article or a blog post by using various parsing methods. It's heavily inspired by both the original Python version as well as the Haskell port.
Please consult the documentation for installation instructions and a usage example.
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)