Add har-rs

This PR adds the `har-rs` lib and a corresponding new section for HAR/HTTP Archive Format files used by Charles Proxy, Google Chrome etc.
pull/554/head
Sebastian Mandrean 6 years ago committed by GitHub
parent 9d6a937a70
commit c2a4652c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -841,6 +841,8 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
* [mrhooray/crc-rs](https://github.com/mrhooray/crc-rs) — [<img src="https://api.travis-ci.org/mrhooray/crc-rs.svg?branch=master">](https://travis-ci.org/mrhooray/crc-rs)
* CSV
* [BurntSushi/rust-csv](https://github.com/BurntSushi/rust-csv) — [<img src="https://api.travis-ci.org/BurntSushi/rust-csv.svg?branch=master">](https://travis-ci.org/BurntSushi/rust-csv)
* HAR
* [mandrean/har-rs](https://github.com/mandrean/har-rs) - A HTTP Archive Format (HAR) serialization & deserialization library
* HTML
* [servo/html5ever](https://github.com/servo/html5ever) — High-performance browser-grade HTML5 parser [<img src="https://api.travis-ci.org/servo/html5ever.svg?branch=master">](https://travis-ci.org/servo/html5ever)
* [veddan/rust-htmlescape](https://github.com/veddan/rust-htmlescape) — encoding/decoding HTML entities [<img src="https://api.travis-ci.org/veddan/rust-htmlescape.svg?branch=master">](https://travis-ci.org/veddan/rust-htmlescape)

Loading…
Cancel
Save