We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077e247 commit 881f51fCopy full SHA for 881f51f
1 file changed
patterns/structural/small-crates.md
@@ -14,7 +14,8 @@ We should take advantage of this tooling, and use smaller, more fine-grained dep
14
* Small crates are easier to understand, and encourage more modular code.
15
* Crates allow for re-using code between projects.
16
For example, the `url` crate was developed as part of the Servo browser engine,
17
- but has since found wide use outside the project. * Since the compilation unit
+ but has since found wide use outside the project.
18
+* Since the compilation unit
19
of Rust is the crate, splitting a project into multiple crates can allow more of
20
the code to be built in parallel.
21
0 commit comments