From de497675ac11477fd987ac68fed21bfe67e22e8e Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 8 Apr 2019 11:23:50 -0400 Subject: [PATCH] Adding link to Rust port --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42fb0cf83..ef3c544c2 100644 --- a/README.md +++ b/README.md @@ -408,8 +408,11 @@ make allparsingcompetition ## Other programming languages +We distinguish between "bindings" (which just wrap the C++ code) and a port to another programming language (which reimplements everything). + - [pysimdjson](https://github.com/TkTech/pysimdjson): Python bindings for the simdjson project. -- [SimdJsonSharp](https://github.com/EgorBo/SimdJsonSharp): C# version for .NET Core +- [simdjson-rs](https://github.com/Licenser/simdjson-rs): Rust port +- [SimdJsonSharp](https://github.com/EgorBo/SimdJsonSharp): C# version for .NET Core (bindings and full port) - [simdjson_nodejs](https://github.com/luizperes/simdjson_nodejs): Node.js bindings for the simdjson project. ## Various References