Crates.io | mimeograph_crumble |
lib.rs | mimeograph_crumble |
version | 0.1.2 |
source | src |
created_at | 2021-06-24 13:37:54.913743 |
updated_at | 2021-07-19 15:02:17.481437 |
description | A size optimized copy of `cookie` designed to be small when compiled to WASM. |
homepage | |
repository | https://git.sr.ht/~halzy/mimeograph_crumble |
max_upload_size | |
id | 414458 |
size | 95,451 |
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:
Expires
is gone (needed the time
crate).The modifications saved 41,852 bytes with a release WASM build.
For documentation, see the cookie
crate.
All functionality in the crate supports no_std
+ alloc
. To enable, simply disable the default features.