1 2 3 4 5 6 7 8
// Copyright 2025 SECO Mind Srl // // SPDX-License-Identifier: Apache-2.0 pub mod v1; // Re-export latest version pub use v1 as latest;