mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-07 03:27:13 -06:00
finished ch7.2 and started ch7.3
This commit is contained in:
@ -20,6 +20,8 @@ instead it defines functionality that is intended to be shared with multiple pro
|
||||
most of the time when the term "crate" is said it means a library crate
|
||||
and crate is used interchangeably with the term library with other languages
|
||||
|
||||
these can be created by ``cargo new crate_name --lib``
|
||||
|
||||
|
||||
## Root Crate
|
||||
this is the source file that the compiler starts from and makes up the root module of your crate
|
||||
|
Reference in New Issue
Block a user