cookies 0.0.2

http cookies as traits
Documentation
  • Coverage
  • 100%
    14 out of 14 items documented1 out of 10 items with examples
  • Size
  • Source code size: 35.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.75 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • seanmonstar

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.