Module stabby::libloading

source ·
Expand description

Integration with libloading, allowing symbol loads to be validated thanks to either reflection or canaries.

Requires the libloading feature to be enabled.

Structs§

  • A symbol bound to a library’s lifetime.

Traits§

  • An extension trait to load symbols from libraries while checking for ABI-compatibility.