Rust traits for abstract containers and operations over them. Treats every container as map. You can have the same code work on Vec, HashMap, BTreeMap, Option, Box.
# SPDX-FileCopyrightText: 2026 maplike contributors## SPDX-License-Identifier: MIT OR Apache-2.0shared-version=truepre-release-commit-message="Release version {{version}}"tag-name="{{version}}"