Skip to content

Commit 7a1c24a

Browse files
KSXGitHubanonrig
authored andcommitted
docs: remove an unnecessary and incorrect guide
* Unnecessary because users should already know the basics of their language. * Incorrect because: - The feature named `derive` doesn't exist. - The version is `1`, but the next release is going to be a breaking change. * Keeping this line also complicate the process of publishing breaking changes, so it is better to remove it completely.
1 parent cd38cc3 commit 7a1c24a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ Fast [WHATWG specification](https://url.spec.whatwg.org) compliant URL parser fo
44

55
### Usage
66

7-
Add the following as a dependency to your project (`Cargo.toml`):
8-
9-
```toml
10-
[dependencies]
11-
ada-url = { version = "1", features = ["derive"] }
12-
```
13-
147
Here is an example illustrating a common usage:
158

169
```Rust
@@ -33,7 +26,7 @@ Ada is fast. The benchmark below shows **3.34 times** faster URL parsing compare
3326
```
3427
parse/ada_url time: [2.0790 µs 2.0812 µs 2.0835 µs]
3528
thrpt: [369.84 MiB/s 370.25 MiB/s 370.65 MiB/s]
36-
29+
3730
parse/url time: [6.9266 µs 6.9677 µs 7.0199 µs]
3831
thrpt: [109.77 MiB/s 110.59 MiB/s 111.25 MiB/s]
3932
```

0 commit comments

Comments
 (0)