// 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.
//! Utility functions for the test optimization library
//!
//! This module provides utility functions for the test optimization library,
//! including converting between Rust booleans and C-style booleans, and getting
//! the current time in nanoseconds since the Unix epoch.
use crate;
use ;
/// Gets the current time in nanoseconds since the Unix epoch
pub
/// Converts a C-style boolean (0 or 1) to a Rust bool
pub