Crates.io | cookies |
lib.rs | cookies |
version | 0.0.2 |
created_at | 2015-01-08 20:42:20.91106+00 |
updated_at | 2025-08-18 13:23:34.820295+00 |
description | http cookies as traits |
homepage | |
repository | |
max_upload_size | |
id | 741 |
size | 35,949 |
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.