tracers-build 0.1.0

Implements the compile-time code generation of the tracers in a crate. This crate should be a `build-dependencies` dependency of alll crates that use `tracers`. See the `tracers` crate for documentation and instructions.
Documentation
1
2
3
4
//! Simply re-exports the build-related functions in `tracers-codegen`

pub use tracers_codegen::{build, tracers_build};
pub use tracers_codegen::{TracersError, TracersResult};