You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use-case where I don't know the compression of a file up-front. It would be nice if there was a way to use this crate to figure out the compression algorithm based on the magic number at the beginning of the compressed file.
The text was updated successfully, but these errors were encountered:
A PR is welcomed, I am aware of crates doing such thing (IIRC it's called file-format, it has many breaking releases due to the enum), but just not sure whether it can be trusted for such use case.
Maybe we should build a generic one, that enables user to plug in their own implementation?
I have a use-case where I don't know the compression of a file up-front. It would be nice if there was a way to use this crate to figure out the compression algorithm based on the magic number at the beginning of the compressed file.
The text was updated successfully, but these errors were encountered: