skiplist 1.1.0

Skiplist implementation in Rust for fast insertion and removal, including a normal skiplist, ordered skiplist, and skipmap.
Documentation
#:schema https://raw.githubusercontent.com/crate-ci/committed/refs/heads/master/config.schema.json
## Configuration for committed
##
## See <https://github.com/crate-ci/committed/blob/master/docs/reference.md>

style = "conventional"
line_length = 80
merge_commit = false
no_fixup = false
subject_capitalized = false
allowed_types = [
  "chore",
  "docs",
  "feat",
  "fix",
  "perf",
  "refactor",
  "revert",
  "style",
  "test",
]
# The author string is of the form `Name <email>`. We want to ignore all bots
# which are of the form `some-name[bot] <email>`.
ignore_author_re = "(?i)^.*\\[bot\\] <.*>$"