//! Lazy PLT binding support.
//!
//! The [`LazyBinder`] trait lets callers install target-specific lazy binding
//! entries. With the `lazy-binding` feature enabled, `NativeLazyBinder` provides
//! the same-process native binder used for ordinary host execution.
pub use ;
pub use NativeLazyBinder;
pub use dl_fixup;
pub use ;
pub use ;