rust_hawktracer/
lib.rs

1#[allow(dead_code)]
2extern crate rust_hawktracer_proc_macro;
3extern crate rust_hawktracer_normal_macro;
4
5pub use rust_hawktracer_proc_macro::*;
6
7pub use rust_hawktracer_normal_macro::*;