dashmap
dashmap copied to clipboard
Feature Flag Release
Could you please publish a release to crates.io with the latest hashbrown/inline-more
feature flag passthrough?
Thank you for all your hard (and free) work!
@xacrimon Hi Joel, we also need this feature in our project for better performance. Thanks for your help.
@TTWNO Currently you can use it in this way:
dashmap = { git = "https://github.com/xacrimon/dashmap.git", branch = "master", features = ["inline"] }
See https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories.
Yep. This is the current accepted solution as per the feature flags in the readme and Cargo.toml
. Glad you like DashMap!
Thanks @bioinformatist for the informative and fast response.