appcore-core 1.0.1-rc.8

Core runtime contracts and primitives for AppCore-Runtime.
Documentation
1
2
3
4
5
6
7
//! Distributed trace context export.

pub use appcore_types::TraceContext;

#[cfg(test)]
#[path = "trace_tests.rs"]
mod tests;