cairo-annotations 0.8.0

Structured annotations for Cairo
Documentation
1
2
3
4
5
6
7
8
pub mod coverage;
pub mod debugger;
pub mod profiler;

mod impl_helpers;
mod traits;

pub use traits::{AnnotationsError, TryFromDebugInfo};