• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Mar-2021-

src/H15-Mar-2021-3,2301,376

.cargo-checksum.jsonH A D15-Mar-20211.3 KiB11

Cargo.tomlH A D15-Mar-20211.2 KiB4135

LICENSE-APACHEH A D15-Mar-202110.6 KiB202169

LICENSE-MITH A D15-Mar-20211 KiB2622

README.mdH A D15-Mar-20211,010 3522

README.md

1# cookie-rs
2
3[![Build Status](https://travis-ci.com/SergioBenitez/cookie-rs.svg?branch=master)](https://travis-ci.com/SergioBenitez/cookie-rs)
4[![Current Crates.io Version](https://img.shields.io/crates/v/cookie.svg)](https://crates.io/crates/cookie)
5
6A library for parsing HTTP cookies and managing cookie jars.
7
8# Usage
9
10Add the following to your `Cargo.toml`:
11
12```toml
13[dependencies]
14cookie = "0.12"
15```
16
17See the [documentation](http://docs.rs/cookie) for detailed usage information.
18
19# License
20
21This project is licensed under either of
22
23 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
24   http://www.apache.org/licenses/LICENSE-2.0)
25 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
26   http://opensource.org/licenses/MIT)
27
28at your option.
29
30### Contribution
31
32Unless you explicitly state otherwise, any contribution intentionally submitted
33for inclusion in `cookie-rs` by you, as defined in the Apache-2.0 license, shall
34be dual licensed as above, without any additional terms or conditions.
35