Skip to content

Commit d382015

Browse files
committed
docs: add bindings to readme
1 parent 5a5e7bc commit d382015

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ Ada is a fast and spec-compliant URL parser written in C++.
99
Specification for URL parser can be found from the
1010
[WHATWG](https://url.spec.whatwg.org/#url-parsing) website.
1111

12-
We also include a C wrapper for portability.
13-
1412
The Ada library passes the full range of tests from the specification,
1513
across a wide range of platforms (e.g., Windows, Linux, macOS). It fully
1614
supports the relevant [Unicode Technical Standard](https://www.unicode.org/reports/tr46/#ToUnicode).
1715

16+
### Requirements
17+
18+
The project is otherwise self-contained and it has no dependency.
19+
A recent C++ compiler supporting C++17. We test GCC 9 or better, LLVM 10 or better and Microsoft Visual Studio 2022.
1820

1921
## Ada is fast.
2022

@@ -34,12 +36,13 @@ Ada has improved the performance of the popular JavaScript environment Node.js:
3436

3537
> Since Node.js 18, a new URL parser dependency was added to Node.js — Ada. This addition bumped the Node.js performance when parsing URLs to a new level. Some results could reach up to an improvement of **400%**. ([State of Node.js Performance 2023](https://blog.rafaelgss.dev/state-of-nodejs-performance-2023))
3638
39+
## Bindings of Ada
3740

38-
## Requirements
41+
We provide clients for different programming languages through our C API.
3942

40-
- A recent C++ compiler supporting C++17. We test GCC 9 or better, LLVM 10 or better and Microsoft Visual Studio 2022.
41-
42-
The project is otherwise self-contained and it has no dependency.
43+
- [Rust](https://github.com/ada-url/rust): Rust bindings for Ada
44+
- [Go](https://github.com/ada-url/goada): Go bindings for Ada
45+
- [Python](https://github.com/ada-url/python): Python bindings for Ada
4346

4447
## Usage
4548

0 commit comments

Comments
 (0)