Expand description

Release 0.5.0 (2018-01-11)

  • Update to winapi = ^0.3;

§Breaking changes

  • libloading now requires a C compiler to build on UNIX;
    • This is a temporary measure until the linkage attribute is stabilised;
    • Necessary to resolve #32.