-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
535: Add initial docs to crossbeam-skiplist r=taiki-e a=caelunshun As per #503 (comment), I'm writing the docs for `crossbeam-skiplist`. Checklist: * [x] Crate-level docs * [x] Docs for `SkipMap` * [ ] Docs for `SkipSet` I also have some thoughts about the API: * `Entry`'s name is misleading; it's not the same as the standard library's map entry API. A name like `Ref` might be more suitable, to align with `RefCell`. * `set::Entry` could implement `Deref<Target=T>` for convenience. * I see the base `SkipList` struct is exposed, though I'm not sure if it belongs in the public API. Co-authored-by: caelunshun <[email protected]>
- Loading branch information
Showing
3 changed files
with
526 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.