forked from imbolc/tower-cookies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.tpl
33 lines (20 loc) · 1.11 KB
/
README.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[![License](https://img.shields.io/crates/l/tower-cookies.svg)](https://choosealicense.com/licenses/mit/)
[![Crates.io](https://img.shields.io/crates/v/tower-cookies.svg)](https://crates.io/crates/tower-cookies)
[![Documentation](https://docs.rs/tower-cookies/badge.svg)](https://docs.rs/tower-cookies)
# {{crate}}
{{readme}}
## Safety
This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in 100% safe Rust.
## Contributing
We appreciate all kinds of contributions, thank you!
### Note on README
The `README.md` file isn't meant to be changed directly. It instead generated from the crate's docs
by the [cargo-readme] command:
* Install the command if you don't have it: `cargo install cargo-readme`
* Change the crate-level docs in `src/lib.rs`, or wrapping text in `README.tpl`
* Apply the changes: `cargo readme > README.md`
If you have [rusty-hook] installed the changes will apply automatically on commit.
## License
This project is licensed under the [MIT license](LICENSE).
[cargo-readme]: https://github.com/livioribeiro/cargo-readme
[rusty-hook]: https://github.com/swellaby/rusty-hook