provide-telemetry 0.3.0

Cross-language telemetry helpers with privacy, resilience, and OTLP support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-FileCopyrightText: Copyright (C) 2026 provide.io llc
# SPDX-License-Identifier: Apache-2.0
#
# cargo-mutants configuration for the Rust library.
# https://mutants.rs/mutants-toml.html

# Equivalent mutations: excluded because the mutated code is
# behaviourally identical to the original.
exclude_re = [
    # consent.rs: "TRACE" => 0 and the catch-all `_ => 0` both return 0.
    # Deleting the TRACE arm produces no observable change in behaviour.
    'delete match arm "TRACE" in log_level_order',
]