csrf 0.4.1

CSRF protection primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rust-csrf

Primitives for building CSRF protection.

Documentation is hosted at [docs.rs](https://docs.rs/csrf/). This crate is used by
[iron-csrf](https://github.com/heatsucker/iron-csrf) and be used as a reference for
using `rust-csrf` in other applications.

## Contributing

Please make all pull requests to the `develop` branch.

## License

This work is licensed under the MIT license. See [LICENSE](./LICENSE) for details.