From c2a4652c416cbbb75a48648a411b0a7010893eb7 Mon Sep 17 00:00:00 2001 From: Sebastian Mandrean Date: Fri, 16 Nov 2018 15:51:46 +0100 Subject: [PATCH] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca97570..76744bd 100644 --- a/README.md +++ b/README.md @@ -841,6 +841,8 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [mrhooray/crc-rs](https://github.com/mrhooray/crc-rs) — [](https://travis-ci.org/mrhooray/crc-rs) * CSV * [BurntSushi/rust-csv](https://github.com/BurntSushi/rust-csv) — [](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 [](https://travis-ci.org/servo/html5ever) * [veddan/rust-htmlescape](https://github.com/veddan/rust-htmlescape) — encoding/decoding HTML entities [](https://travis-ci.org/veddan/rust-htmlescape)