Skip to content

Commit 8ce6928

Browse files
committed
Add some README files for the tools
1 parent 8513fd6 commit 8ce6928

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

tools/diagnostics/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Diagnostics library
2+
3+
This is an extremely basic library to provide diagnostics output for the Reference tools. It provides the ability to emit warnings or errors, and to upgrade warnings to errors via an environment variable.

tools/grammar/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Grammar parser
2+
3+
This is a library that provides a parser for the grammar rules in the Reference.

tools/mdbook-spec/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# mdbook-spec
22

3-
This is an mdbook preprocessor to add some extensions for the Rust specification.
4-
5-
> This crate is maintained by the [rust-lang/spec](https://github.com/rust-lang/spec/) team, primarily for use by the Rust Specification and not intended for external use (except as a transitive dependency). This crate may make major changes to its APIs or be deprecated without warning.
3+
This is an mdbook preprocessor to add some extensions for the Rust Reference.

tools/style-check/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Style check
2+
3+
This tool checks some style and formatting rules of the Reference. This is normally run with `cargo xtask style-check`.

tools/xtask/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Reference xtask
2+
3+
This is a CLI tool to make it easier to run the tools found here in the Reference. Run `cargo xtask` to see the list of subcommands it supports.

0 commit comments

Comments
 (0)