mimeograph_crumble

Crates.iomimeograph_crumble
lib.rsmimeograph_crumble
version0.1.2
sourcesrc
created_at2021-06-24 13:37:54.913743
updated_at2021-07-19 15:02:17.481437
descriptionA size optimized copy of `cookie` designed to be small when compiled to WASM.
homepage
repositoryhttps://git.sr.ht/~halzy/mimeograph_crumble
max_upload_size
id414458
size95,451
Benjamin Halsted (halzy)

documentation

https://docs.rs/mimeograph_crumble

README

Mimeograph-Crumble

First, an enormous amount of gratitude to the authors of cookie crate, Sergio Benitez and Alex Crichton.

mimeograph_cookie is a copy of cookie with:

  • All features removed
  • HashSet removed
  • Cookie Expires is gone (needed the time crate).

The modifications saved 41,852 bytes with a release WASM build.

For documentation, see the cookie crate.

no_std + alloc

All functionality in the crate supports no_std + alloc. To enable, simply disable the default features.

Commit count: 0

cargo fmt