We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
It seems the crate size is about 1.1mb, I think this is down to the gif displayed in the readme.
We would like to use rust-hsluv in our project however ideally would like to not pull in 1.1mb gif if it is not needed.
I think you can exclude files from the crate with this directive?
[package] # ... exclude = [ "public/assets/*", "videos/*", ]
If you could exclude the gif from the crate in this way that would be great.
thanks
The text was updated successfully, but these errors were encountered:
Sure, I don't see why not. If you want to feel free to open a PR, otherwise I'll do it.
Sorry, something went wrong.
No branches or pull requests
Hi,
It seems the crate size is about 1.1mb, I think this is down to the gif displayed in the readme.
We would like to use rust-hsluv in our project however ideally would like to not pull in 1.1mb gif if it is not needed.
I think you can exclude files from the crate with this directive?
If you could exclude the gif from the crate in this way that would be great.
thanks
The text was updated successfully, but these errors were encountered: