1 2 3 4 5 6 7 8 9 10
//! Stable, dependency-free report encoders. mod bigcloneeval; mod encode; mod json; mod sarif; pub use bigcloneeval::to_bigcloneeval; pub use json::{JSON_SCHEMA, JSON_SCHEMA_DOCUMENT, to_json}; pub use sarif::to_sarif;