mirror of
https://github.com/rust-lang/book.git
synced 2026-05-16 06:50:41 -04:00
Fix unfancy quotes
This commit is contained in:
committed by
Carol (Nichols || Goulding)
parent
edc572723c
commit
fa655f207f
@@ -20,7 +20,7 @@ executable. Instead, they define functionality intended to be shared with
|
||||
multiple projects. For example, the `rand` crate we used in [Chapter
|
||||
2][rand]<!-- ignore --> provides functionality that generates random numbers.
|
||||
Most of the time when Rustaceans say “crate”, they mean library crate, and they
|
||||
use “crate” interchangeably with the general programming concept of a “library".
|
||||
use “crate” interchangeably with the general programming concept of a “library”.
|
||||
|
||||
The *crate root* is a source file that the Rust compiler starts from and makes
|
||||
up the root module of your crate (we’ll explain modules in depth in the
|
||||
|
||||
Reference in New Issue
Block a user