1
2
3
4
5
6
7
8
9
#[cfg(test)]
#[macro_use]
extern crate pretty_assertions;

#[macro_use]
extern crate log;

pub mod collapse;
pub mod flamegraph;