Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DanielKeep/tlborm

The Little Book of Rust Macros
https://github.com/DanielKeep/tlborm

Last synced: about 2 months ago
JSON representation

The Little Book of Rust Macros

Awesome Lists containing this project

README

        

# The Little Book of Rust Macros

**Note**: this is a work in progress.

[View the canonical, rendered version](https://danielkeep.github.io/tlborm/).

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](https://github.com/DanielKeep/tlborm/).

## Wanted

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