covcon 0.3.0

Crate to convert between code coverage formats.
Documentation
1
2
3
4
5
6
7
8
pub mod schema;
pub mod schema_loose;

pub mod no_xml;
pub mod no_xml_loose;

#[cfg(test)]
mod tests;