Skip to content

Commit

Permalink
add minimal READMEs to other crates
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Mar 22, 2018
1 parent 725259c commit 8a9c35d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chalk-engine/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The core trait solving engine used in Chalk. This engine is meant to
be reusable across other projects, most notably the Rust compiler
itself.
1 change: 1 addition & 0 deletions chalk-macros/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Various macros used within Chalk.
1 change: 1 addition & 0 deletions chalk-parse/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Parser for the Chalk standalone trait system implementation.

0 comments on commit 8a9c35d

Please sign in to comment.