Skip to content

docs: remove an unnecessary and incorrect guide #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ Fast [WHATWG specification](https://url.spec.whatwg.org) compliant URL parser fo

### Usage

Add the following as a dependency to your project (`Cargo.toml`):

```toml
[dependencies]
ada-url = { version = "1", features = ["derive"] }
```

Here is an example illustrating a common usage:

```Rust
Expand All @@ -33,7 +26,7 @@ Ada is fast. The benchmark below shows **3.34 times** faster URL parsing compare
```
parse/ada_url time: [2.0790 µs 2.0812 µs 2.0835 µs]
thrpt: [369.84 MiB/s 370.25 MiB/s 370.65 MiB/s]

parse/url time: [6.9266 µs 6.9677 µs 7.0199 µs]
thrpt: [109.77 MiB/s 110.59 MiB/s 111.25 MiB/s]
```
Expand Down