sharedlib 6.0.0

A cross-platform shared library loader.
Documentation
1
2
3
4
5
use std::sync::Mutex;

lazy_static! {
    pub static ref ERROR_MUTEX: Mutex<()> = Mutex::new(());
}