Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 550 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 550 Bytes

The Little Book of Rust Macros

Note: this is a work in progress.

View the canonical, rendered version.

This book is an attempt to distil the Rust community's collective knowledge of Rust macros. As such, both additions (in the form of pull requests) and requests (in the form of issues) are welcome.

If you wish to contribute, see the GitHub repository.

Wanted

  • A nicer CSS theme.
  • Parsing/expansion techniques and patterns.
  • Useful building blocks.