surf-cookie-middleware 0.3.0

surf cookie middleware, does what it says on the tin
Documentation
# Surf cookie middleware

* [CI ![CI][ci-badge]][ci]
* [API Docs][docs] [![docs.rs docs][docs-badge]][docs]
* [Releases][releases] [![crates.io version][version-badge]][lib-rs]

[ci]: https://github.com/jbr/surf-cookie-middleware/actions?query=workflow%3ACI
[ci-badge]: https://github.com/jbr/surf-cookie-middleware/workflows/CI/badge.svg
[releases]: https://github.com/jbr/surf-cookie-middleware/releases
[docs]: https://docs.rs/surf-cookie-middleware
[lib-rs]: https://lib.rs/surf-cookie-middleware
[docs-badge]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square
[version-badge]: https://img.shields.io/crates/v/surf-cookie-middleware.svg?style=flat-square

## Installation
```sh
$ cargo add surf-cookie-middleware
```

## Using with surf
See [this example](https://github.com/jbr/surf-cookie-middleware/blob/main/examples/in_memory.rs)

## Safety
This crate uses ``#![deny(unsafe_code)]`` to ensure everything is implemented in
100% Safe Rust.

## License

<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>

<br/>

<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.
</sub>