2 releases
Uses old Rust 2015
0.1.1 | Aug 1, 2017 |
---|---|
0.1.0 | Mar 27, 2017 |
#6 in #publication
225KB
218 lines
article-date-extractor
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
- Fork it ( https://github.com/alexeyzab/article-date-extractor/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Add a failing test.
- Add code to pass the test.
- Commit your changes (
git commit -am 'Add some feature'
) - Ensure tests pass.
- Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Dependencies
~12MB
~230K SLoC