libdd-crashtracker 3.0.0

Detects program crashes and reports them to datadog backend.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2023-Present Datadog, Inc. https://www.datadoghq.com/
// SPDX-License-Identifier: Apache-2.0

//! This module holds constants/structures that are shared between the collector and receiver

pub(crate) mod configuration;

#[cfg(not(feature = "benchmarking"))]
pub(crate) mod constants;

#[cfg(feature = "benchmarking")]
pub mod constants;