From 1606d285d8a99b5432c06a7afcddd680a7976daa Mon Sep 17 00:00:00 2001 From: Evgeny Igumnov Date: Mon, 15 Apr 2024 13:18:28 +0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19418a0..d5d9d1e 100644 --- a/README.md +++ b/README.md @@ -1635,6 +1635,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * [Folyd/robotstxt](https://github.com/Folyd/robotstxt) - Port of Google's robots.txt parser and matcher C++ library * [freestrings/jsonpath](https://github.com/freestrings/jsonpath) — [JsonPath](https://goessner.net/articles/JsonPath/) engine. Webassembly and Javascript support too * [hmeyer/stl_io](https://crates.io/crates/stl_io) - A parser for STL (STereoLithography) files + * [igumnoff/shiva](https://github.com/igumnoff/shiva) - Shiva library: Implementation in Rust of a parser and generator for documents of any type (Plain text, Markdown, HTML, PDF and etc) * [kevinmehall/rust-peg](https://github.com/kevinmehall/rust-peg) — Parsing Expression Grammar (PEG) parser generator * [lalrpop/lalrpop](https://github.com/lalrpop/lalrpop) — LR(1) parser generator * [m4rw3r/chomp](https://github.com/m4rw3r/chomp) – A fast monadic-style parser combinator