1
2
3
4
5
6
7
8
9
10
// Unless explicitly stated otherwise all files in this repository are licensed
// under the Apache License Version 2.0.
// This product includes software developed at Datadog (https://www.datadoghq.com/).
// Copyright 2025 Datadog, Inc.

mod test_optimization;
#[cfg(test)]
mod tests;

pub use test_optimization::*;