Consolidate style guide into a single chapter

The style guide currently lives across three files (index.md,
wording.md, punctuation.md) plus an empty "Language and grammar"
placeholder.  The content is small enough that a single file is better
for now.
5 files changed
tree: 30278209995812dc4b41270ecde38e849b7cbd29
  1. .cargo/
  2. .github/
  3. dev-guide/
  4. docs/
  5. src/
  6. theme/
  7. tools/
  8. .gitattributes
  9. .gitignore
  10. book.toml
  11. Cargo.lock
  12. Cargo.toml
  13. CONTRIBUTING.md
  14. LICENSE-APACHE
  15. LICENSE-MIT
  16. README.md
  17. reference.md
  18. rust-toolchain.toml
  19. rustfmt.toml
  20. triagebot.toml
README.md

The Rust Language Reference

This document is the primary reference for the Rust programming language.

Contributor docs

See the Reference Developer Guide for information on contributing to the Reference.