dashmap icon indicating copy to clipboard operation
dashmap copied to clipboard

Feature Flag Release

Open TTWNO opened this issue 1 year ago • 2 comments

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!

TTWNO avatar Mar 01 '23 22:03 TTWNO

@xacrimon Hi Joel, we also need this feature in our project for better performance. Thanks for your help.

bioinformatist avatar May 05 '23 08:05 bioinformatist

@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.

bioinformatist avatar May 05 '23 08:05 bioinformatist

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.

xacrimon avatar Jun 19 '24 16:06 xacrimon