hot-ranking-algorithm 2.0.0

Algorithm that measures how relevant a given data set is, kinda like Reddit
Documentation
# hot-ranking-algorithm-rs
[![crates.io version][1]][2] [![build status][3]][4]
[![downloads][5]][6] [![docs.rs docs][7]][8]

Algorithm that measures how relevant a given data set is, kinda like Reddit.

Doesn't do any jitter stuff and can probably be gamed if you try hard enough,
but it should be useful enough if you want to wire up community-driven news
site that always has fresh, relevant content for people to discover.

## Installation
```sh
$ cargo add {{PROJECTNAME}}
```

## Links
- [documentation][8]
- [crate][2]

## See Also
- https://github.com/yoshuawuyts/pretty-hot-ranking-algorithm

## License
[Apache-2.0](./LICENSE)

[1]: https://img.shields.io/crates/v/hot-ranking-algorithm.svg?style=flat-square
[2]: https://crates.io/crate/hot-ranking-algorithm
[3]: https://img.shields.io/travis/yoshuawuyts/hot-ranking-algorithm-rs.svg?style=flat-square
[4]: https://travis-ci.org/yoshuawuyts/hot-ranking-algorithm-rs
[5]: https://img.shields.io/crates/d/hot-ranking-algorithm.svg?style=flat-square
[6]: https://crates.io/crate/hot-ranking-algorithm
[7]: https://docs.rs/hot-ranking-algorithm/badge.svg?version=0.1.0
[8]: https://docs.rs/crate/hot-ranking-algorithm