sharedlib 6.0.0

A cross-platform shared library loader.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod external;

pub mod lib;

pub mod ok_or_dlerror;

pub mod rtld_lazy;

pub use os::unix::lib::Lib;

pub use os::unix::ok_or_dlerror::OkOrDlerror;

pub use os::unix::rtld_lazy::RTLD_LAZY;