fix: is there a nicer way?
This commit is contained in:
parent
86940d4732
commit
e5d55984d0
1 changed files with 9 additions and 0 deletions
|
@ -2,16 +2,25 @@ pub mod tricks;
|
||||||
|
|
||||||
#[cfg(feature = "locator")]
|
#[cfg(feature = "locator")]
|
||||||
pub mod locators;
|
pub mod locators;
|
||||||
|
#[cfg(feature = "locator")]
|
||||||
|
|
||||||
pub use elf;
|
pub use elf;
|
||||||
|
#[cfg(feature = "locator")]
|
||||||
pub use proc_maps;
|
pub use proc_maps;
|
||||||
|
#[cfg(feature = "locator")]
|
||||||
pub use libloading;
|
pub use libloading;
|
||||||
|
#[cfg(feature = "locator")]
|
||||||
pub use retour;
|
pub use retour;
|
||||||
|
|
||||||
#[cfg(feature = "monitor")]
|
#[cfg(feature = "monitor")]
|
||||||
pub mod monitor;
|
pub mod monitor;
|
||||||
|
#[cfg(feature = "monitor")]
|
||||||
|
|
||||||
pub use tracing_subscriber;
|
pub use tracing_subscriber;
|
||||||
|
|
||||||
#[cfg(feature = "rc")]
|
#[cfg(feature = "rc")]
|
||||||
pub mod rc;
|
pub mod rc;
|
||||||
|
|
||||||
|
#[cfg(feature = "rc")]
|
||||||
pub use nix;
|
pub use nix;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue