File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ whole dependency graph built:
29
29
30
30
Why do these granular dependencies matter?
31
31
32
- Concretely, they mean that Servo's encoding library (and many components like
32
+ Concretely, they mean that Servo's URL library (and many components like
33
33
it) is not a deeply nested part of Servo's main tree, but rather an
34
- [ external library] ( https://crates.io/crates/encoding ) that anyone in the
34
+ [ external library] ( https://crates.io/crates/url ) that anyone in the
35
35
ecosystem can use. This makes it possible for other Rust libraries, like web
36
- frameworks, to easily use a browser-grade encoding library, sharing the costs
36
+ frameworks, to easily use a browser-grade URL library, sharing the costs
37
37
and benefits of maintenance. And it flows both ways: recently, a new
38
38
[ Rust-based text editor] ( https://github.com/google/xi-editor ) was announced,
39
39
and happened to provide a fast line-breaking library. Within days, that library
You can’t perform that action at this time.
0 commit comments