Skip to main content

altium_format/ops/transforms/
mod.rs

1// SPDX-License-Identifier: GPL-3.0-only
2// SPDX-FileCopyrightText: 2026 Alexander Kiselev <alex@akiselev.com>
3//
4//! Transform operations for record manipulation.
5
6pub mod grouping;
7
8pub use grouping::*;