From 68709bcc15a827bd5dfc789228ec7544e2709350 Mon Sep 17 00:00:00 2001 From: equal-l2 Date: Sun, 28 Jul 2024 20:20:08 +0900 Subject: [PATCH] Remove pikkr No update since 7 years ago and it doesn't compile on the latest stable. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e31d8b3..532530b 100644 --- a/README.md +++ b/README.md @@ -1346,7 +1346,6 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * JSON * [cloudwego/sonic-rs](https://github.com/cloudwego/sonic-rs) [[sonic-rs](https://crates.io/crates/sonic-rs)] - A fast Rust JSON library based on SIMD. * [importcjj/rust-ajson](https://github.com/importcjj/rust-ajson) [[ajson](https://crates.io/crates/ajson)] - Get JSON values quickly - * [pikkr/pikkr](https://github.com/pikkr/pikkr) [[pikkr](https://crates.io/crates/pikkr)] - JSON parser which picks up values directly without performing tokenization * [rustadopt/jzon-rs](https://github.com/rustadopt/jzon-rs/) [[jzon](https://crates.io/crates/jzon)] - JSON implementation * [serde-rs/json](https://github.com/serde-rs/json) [[serde\_json](https://crates.io/crates/serde_json)] - JSON support for [Serde](https://github.com/serde-rs/serde) framework * [simd-lite/simd-json](https://github.com/simd-lite/simd-json) [[simd-json](https://crates.io/crates/simd-json)] - High performance JSON parser based on a port of simdjson