1
2
3
4
5
6
7
8
9
10
11
// 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 cgo;
mod bindings;

pub(in crate::test_optimization) use bindings::*;
#[cfg(target_os = "windows")]
pub(in crate::test_optimization) use cgo::*;