hnews 0.4.1

Hacker News API, synchronous and lightweight, thanks to ureq and miniserde!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[![ci-badge][]][ci] [![docs-badge][]][docs] [![crate-version]][crate-link]

# hnews

hnews is a synchronous Rust library for the Hacker News API.

It is extremely lightweight (thanks to ureq and miniserde) but still provides enough basics to get you started processing data.


[ci]: https://github.com/Elinvynia/hnews/actions?query=workflow%3ARust
[ci-badge]: https://img.shields.io/github/workflow/status/Elinvynia/hnews/Rust/master?style=flat-square
[docs]: https://docs.rs/hnews
[docs-badge]: https://img.shields.io/badge/docs-online-5023dd.svg?style=flat-square
[crate-link]: https://crates.io/crates/hnews
[crate-version]: https://img.shields.io/crates/v/hnews.svg?style=flat-square