CasualX / pelite

Lightweight, memory-safe, zero-allocation library for reading and navigating PE binaries.
MIT License
280 stars 42 forks source link

crates.io lists pelite as a command when it is a library #248

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

Here https://crates.io/crates/pelite the project erroneously has the category "Command line utilities".

Could you please remove it?

Thanks, Yuri

CasualX commented 3 years ago

But there are command line utilities in this repo? See the src/bin folder.

Let me know if I'm misunderstanding your question or the purpose of the Command line utilities category.