rstared 0.11.0

Simple decorator that adds rstar::RTree to arbitrary collections.
Documentation
1
2
3
4
5
6
7
8
9
10
# SPDX-FileCopyrightText: 2026 undoredo contributors
#
# SPDX-License-Identifier: MIT OR Apache-2.0

shared-version = true
pre-release-commit-message = "Release version {{version}}"
tag-name = "{{version}}"
pre-release-replacements = [
  { file = "README.md", search = 'rstared = \{ version = "[^"]+"([^}]*)\}', replace = '{{crate_name}} = { version = "{{version}}"$1}' },
]