polygon_unionfind 0.6.2

Disjoint-set data structure (union-find) for polygons.
Documentation
# SPDX-FileCopyrightText: 2026 polygon_unionfind contributors
#
# SPDX-License-Identifier: MIT OR Apache-2.0

name: cargo-hack

on:
  push:
  pull_request:

permissions:
  contents: read

jobs:
  feature-powerset:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4

      - uses: dtolnay/rust-toolchain@stable

      - uses: Swatinem/rust-cache@v2

      - uses: taiki-e/install-action@v2
        with:
          tool: cargo-hack

      - name: Test feature flags
        run: cargo hack test --feature-powerset --depth 2