Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/slab

Slab allocator for Rust
https://github.com/tokio-rs/slab

convert Entry to Result and functionalize code

vadixidav opened this pull request almost 7 years ago
improve memory efficiency/API

alkis opened this issue about 7 years ago
API addition: key_for

alkis opened this issue about 7 years ago
Remove should return `Option<T>`

jonhoo opened this issue about 7 years ago
Implement Default for Slab

jonhoo opened this pull request about 7 years ago
impl `FromIterator<(usize, T)>` for `Slab<T>`

flier opened this pull request about 7 years ago
serialize Slab with `serde`

flier opened this pull request about 7 years ago
should get_unchecked and get_unchecked_mut be using unreachable!() ?

oconnor663 opened this issue about 7 years ago
remove unsafe code from IterMut

oconnor663 opened this pull request about 7 years ago
`shrink_to_fit` won't shrink

cramertj opened this issue about 7 years ago
tests::test_capacity_too_large1 fails

ignatenkobrain opened this issue over 7 years ago
Rewrite slab making it more idiomatic

carllerche opened this pull request almost 8 years ago