lib.rs

1//! Some constants and datatypes used in the Zed perf profiler. Should only be
2//! consumed by the crate providing the matching macros.
3//!
4//! For usage documentation, see the docs on this crate's binary.
5
6mod implementation;
7pub use implementation::*;