GORBIE 0.11.1

GORBIE! Is a minimalist notebook library for Rust.
Documentation
1
2
3
4
5
6
//! Tracing telemetry support re-exported from `triblespace`.
//!
//! Enable GORBIE's `telemetry` feature and set `TELEMETRY_PILE`
//! to capture spans into a dedicated telemetry pile.

pub use triblespace::telemetry::*;