article-date-extractor

Crates.ioarticle-date-extractor
lib.rsarticle-date-extractor
version0.1.1
sourcesrc
created_at2017-03-27 20:19:53.083009
updated_at2017-08-01 14:19:40.046887
descriptionA library for extracting the publication date from an article or a blog post.
homepagehttps://github.com/alexeyzab/article-date-extractor
repositoryhttps://github.com/alexeyzab/article-date-extractor
max_upload_size
id9173
size1,327,523
Alexey Zabelin (alexeyzab)

documentation

https://docs.rs/article-date-extractor

README

article-date-extractor

Build Status Current Version

Documentation

Overview

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.

Contributing

  1. Fork it ( https://github.com/alexeyzab/article-date-extractor/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add a failing test.
  4. Add code to pass the test.
  5. Commit your changes (git commit -am 'Add some feature')
  6. Ensure tests pass.
  7. Push to the branch (git push origin my-new-feature)
  8. Create a new Pull Request
Commit count: 38

cargo fmt