Skip to content

Commit a648318

Browse files
authored
Let us link to the API on simdjson.org (simdjson#654)
* Let us link to the API on simdjson.org * Updating link to rust port.
1 parent 849f54e commit a648318

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Usage documentation is available:
6868
* [Performance](doc/performance.md) shows some more advanced scenarios and how to tune for them.
6969
* [Implementation Selection](doc/implementation-selection.md) describes runtime CPU detection and
7070
how you can work with it.
71+
* [API](https://simdjson.org/api/0.3.0/annotated.html) contains the automatically generated API documentation.
7172
7273
Performance results
7374
-------------------
@@ -136,7 +137,7 @@ We distinguish between "bindings" (which just wrap the C++ code) and a port to a
136137
137138
- [ZippyJSON](https://github.com/michaeleisel/zippyjson): Swift bindings for the simdjson project.
138139
- [pysimdjson](https://github.com/TkTech/pysimdjson): Python bindings for the simdjson project.
139-
- [simdjson-rs](https://github.com/Licenser/simdjson-rs): Rust port.
140+
- [simdjson-rs](https://github.com/simd-lite): Rust port.
140141
- [simdjson-rust](https://github.com/SunDoge/simdjson-rust): Rust wrapper (bindings).
141142
- [SimdJsonSharp](https://github.com/EgorBo/SimdJsonSharp): C# version for .NET Core (bindings and full port).
142143
- [simdjson_nodejs](https://github.com/luizperes/simdjson_nodejs): Node.js bindings for the simdjson project.

0 commit comments

Comments
 (0)