rust-lang / hashbrown

Rust port of Google's SwissTable hash map
https://rust-lang.github.io/hashbrown
Apache License 2.0
2.38k stars 275 forks source link

Deprecate the raw entry API in favor of `HashTable` #534

Closed Amanieu closed 2 weeks ago

Amanieu commented 2 months ago

It is now moved under the "raw-entry" Cargo feature.

For now the raw-entry feature is kept enabled by default because HashSet uses it internally, but this will be disabled by default once this is no longer the case.

Amanieu commented 2 weeks ago

@bors r+

bors commented 2 weeks ago

:pushpin: Commit c4ebfaeb014e5c008b02951886a55ea948af1d1e has been approved by Amanieu

It is now in the queue for this repository.

bors commented 2 weeks ago

:hourglass: Testing commit c4ebfaeb014e5c008b02951886a55ea948af1d1e with merge f01e2714966a11443070866580f05bdd20181b6b...

bors commented 2 weeks ago

:sunny: Test successful - checks-actions Approved by: Amanieu Pushing f01e2714966a11443070866580f05bdd20181b6b to master...