[![Build Status](https://travis-ci.org/pfernie/cookie_store.svg?branch=master)](https://travis-ci.org/pfernie/cookie_store)
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/user_agent)
[Documentation](https://docs.rs/cookie_store/)
Provides an implementation for storing and retrieving `Cookie`s per the path and domain matching
rules specified in [RFC6265](http://tools.ietf.org/html/rfc6265).
Split from the [user_agent](https://github.com/pfernie/user_agent) crate.
## License
This project is licensed and distributed under the terms of both the MIT license and Apache License (Version 2.0).
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT)