-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
Reduce number of dependencies #131
Comments
|
Chances are that |
Switching to |
I couldn't find the current MSRV but I'm confident that it would probably bump higher the current MSRV to a minimum of 1.70. |
@alerque I've took time today to dig a bit for the current
I am not yet 100% familiar with the dependencies but it does look OK. |
Thanks @mrtryhard and @alerque ! I'd be very happy for a PR to remove |
It would be good to reduce the number of dependencies in the default build.
For example
dashmap
use ini18n-embed-fl
could be replaced with aHashMap
in a lock, etc, and only enabled using an optional feature if performance is really required by the end user at the cost of increased compile times. The chances are for almost every project, the compile time of dashmap far outweighs any benefits it brings to the runtime of the macro.The text was updated successfully, but these errors were encountered: