datadog-propagation 0.0.0

Reserved future DataDog package, contact info@datadoghq.com if you think this package name shouldn't be used.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/
// SPDX-License-Identifier: Apache-2.0

#[cfg(test)]
mod tests {

    #[test]
    fn test_empty() {
        // TODO: Remove when we start commiting real code
    }
}