mmalecot / file-format

Crate for determining the file format of a given file or stream
Apache License 2.0
94 stars 15 forks source link

More kind types #21

Closed autriz closed 1 year ago

autriz commented 1 year ago

Hello, is there any possibility for new kind types, such as archives, documents, executables, etc.?

mmalecot commented 1 year ago

Hello,

That's in my goals! Today the kinds are defined according to the media types. I need to categorize the whole 300 formats. Feel free to open a PR if you want.

mmalecot commented 1 year ago

Hello,

As requested, I've added several extra kinds. These types may differ from those defined by IANA (media type/MIME).

Everything is being pushed to the dev branch, and will soon be released in version 0.17.

Feel free to give me your feedback!

mmalecot commented 1 year ago

Version 0.17.0 published with 12 additional kinds!