gecko-dev/third_party/rust/cookie
Nathan Froyd b93bf873ba Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
..
src Bug 1484462 - Revendor Rust dependencies. r=ato 2018-08-23 13:15:36 +01:00
.cargo-checksum.json Bug 1502964 - part 2 - update winapi to froydnj/winapi-rs#aarch64; r=ted.mielczarek 2018-11-02 10:56:08 -04:00
Cargo.toml Bug 1484462 - Revendor Rust dependencies. r=ato 2018-08-23 13:15:36 +01:00
LICENSE-APACHE
LICENSE-MIT
README.md Bug 1484462 - Revendor Rust dependencies. r=ato 2018-08-23 13:15:36 +01:00

README.md

cookie-rs

Build Status Current Crates.io Version

A library for parsing HTTP cookies and managing cookie jars.

Usage

Add the following to your Cargo.toml:

[dependencies]
cookie = "0.10"

See the documentation for detailed usage information.

License

This project is licensed under either of

at your option.

Contribution

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