dcel 0.3.0

Implementation of doubly-connected edge list.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
# SPDX-FileCopyrightText: 2026 dcel contributors
#
# SPDX-License-Identifier: MIT OR Apache-2.0
version = 4

[[package]]
name = "dcel"
version = "0.3.0"
dependencies = [
 "maplike",
 "stable-vec",
]

[[package]]
name = "maplike"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d73ba19520fd96455e04a1808fb8aa77779419bed8ba95c0f64b00828a6c26e8"
dependencies = [
 "stable-vec",
]

[[package]]
name = "no-std-compat"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df270209a7f04d62459240d890ecb792714d5db12c92937823574a09930276b4"

[[package]]
name = "stable-vec"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1dff32a2ce087283bec878419027cebd888760d8760b2941ad0843531dc9ec8"
dependencies = [
 "no-std-compat",
]