Docs.rs
nescookie-0.3.0
nescookie 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
snylonue
Dependencies
cookie ^0.15
normal
time ^0.2.27
normal
criterion ^0.3
dev
Versions
55.56%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
nescookie
0.3.0
All Items
Crate Items
Modules
Structs
Functions
Crate
nescookie
Copy item path
Source
Modules
§
error
Structs
§
Cookie
Representation of an HTTP cookie.
Cookie
Jar
A collection of cookies that tracks its modifications.
Cookie
JarBuilder
A netscape cookie parser allowing generating a new
CookieJar
or writing to an exist one.
Offset
Date
Time
A
PrimitiveDateTime
with a
UtcOffset
.
Functions
§
open
Opens a file with
path
and parses it as
CookieJar
parse
Parses a
CookieJar
from an str
parse_
buffer
Parses a
CookieJar
from something that implements
BufRead