iron_shapes_algorithms/
prelude.rs

1// SPDX-FileCopyrightText: 2022 Thomas Kramer
2//
3// SPDX-License-Identifier: AGPL-3.0-or-later
4
5//! Short-cut to import all functionality of this library.
6
7pub use super::rectangle_decomposition::*;
8pub use iron_shapes::prelude::*;