cookies

Crates.iocookies
lib.rscookies
version0.0.2
created_at2015-01-08 20:42:20.91106+00
updated_at2025-08-18 13:23:34.820295+00
descriptionhttp cookies as traits
homepage
repository
max_upload_size
id741
size35,949
Sean McArthur (seanmonstar)

documentation

README

cookies

HTTP cookies in trait form.

This crate is an exploration: what if things were traits instead of structs?

The intersection with cookies fit well: there's multiple ways you could represent a cookie in layout, and a user probably doesn't care too much which way it is, just that they can have certain guarantees about cookies. Ideally, any representation would be the best one for its job.

Commit count: 0

cargo fmt