mimeograph_crumble 0.1.1

A size optimized copy of `cookie` designed to be small when compiled to WASM.
Documentation

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.