memlibload 0.2.1

A memory for loading binaries in memory without touching disk.
Documentation
1
2
3
4
5
#[cfg(target_os="macos")]
pub mod dylib;

#[cfg(target_os="windows")]
pub mod dotnet;