dermesser / leveldb-rs

A reimplementation of LevelDB in Rust (no bindings).
Other
515 stars 60 forks source link

Bloated crate size #2

Closed vi closed 4 years ago

vi commented 4 years ago

Seems like data for testing got into crates.io release, bloating it up to 5 MB.

It is shown as number one wasteful crate here: https://the-lean-crate.github.io/waste/rusty-leveldb/

tooldb may be extra.

dermesser commented 4 years ago

thank you for noticing, indeed it was some example data I forgot to remove before publishing!

vi commented 4 years ago

It is recommended to set the include line to avoid such things in future.

dermesser commented 4 years ago

thanks, I added it.