fix: is there a nicer way?

This commit is contained in:
əlemi 2023-04-03 03:50:37 +02:00
parent 86940d4732
commit e5d55984d0
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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;