cairo-annotations 0.9.0

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

mod impl_helpers;
mod traits;

pub use traits::{AnnotationsError, TryFromDebugInfo};