cairo_lang_debug/
lib.rs

1//! Debug utilities for types that need a salsa database for debug formatting.
2
3pub mod debug;
4pub use crate::debug::{DebugWithDb, helper};