You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crate provides the types [`SkipMap`] and [`SkipSet`].
16
+
These data structures provide an interface similar to `BTreeMap` and `BTreeSet`,
17
+
respectively, except they support safe concurrent access across multiple threads.
16
18
17
19
This crate can be used in `no_std` environments that implement `alloc`. The `alloc` feature of this crate needs to be enabled in `no_std` environments.
0 commit comments