-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update internal documentation (#3376)
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
- Loading branch information
1 parent
2883488
commit fd836cb
Showing
2 changed files
with
16 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Structure | ||
|
||
Below we briefly describe the purpose of each tool-related crate in this repository. | ||
|
||
## nargo | ||
|
||
This is the default package manager used by Noir. One may draw similarities to Rusts' Cargo. | ||
|
||
## nargo_fmt | ||
|
||
This is the default formatter used by Noir, analogous to Rust's rustfmt. | ||
|
||
## lsp | ||
|
||
This is the platform agnostic implementation of Noir's Language Server. It implements the various features supported, but doesn't bind to any particular transport. Binding to a transport must be done when consuming the crate. |