13 lines
518 B
Markdown
13 lines
518 B
Markdown
|
# maud\_extras
|
||
|
|
||
|
This crate contains various bits and pieces that can be used in Maud templates.
|
||
|
|
||
|
To use an item from this crate, simply copy-and-paste the code into your project. Depending on `maud_extras` directly is discouraged, since (a) it often receives breaking changes, and (b) it's unlikely that you'll need everything.
|
||
|
|
||
|
|
||
|
## Contributing
|
||
|
|
||
|
Contributions are welcome! Please note that all code in this repository is placed in the public domain ([CC0]).
|
||
|
|
||
|
[CC0]: https://creativecommons.org/publicdomain/zero/1.0/
|