libloading 0.3.0

A safer binding to platform’s dynamic library loading utilities
Documentation
1
2
3
4
5
6
7
rm -rf doc/* target/*
cargo doc --target=x86_64-unknown-linux-gnu
cargo doc --target=x86_64-pc-windows-msvc
cp -rf target/x86_64-unknown-linux-gnu/doc/* doc/
cp -rf target/x86_64-pc-windows-msvc/doc/libloading/os/windows/* ./doc/libloading/os/windows/
cd doc
git checkout index.html