1 2 3 4 5 6
// Copyright (C) 2026 SiputBiru <hillsforrest03@gmail.com> // SPDX-License-Identifier: GPL-2.0-only pub mod parser; pub use parser::{PeqError, PeqPreset, parse_peq};