Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 226 Bytes

dlopen.md

File metadata and controls

13 lines (11 loc) · 226 Bytes
category description
I/O
Safeish and unsafe APIs for loading `.so`s, `.dll`s at runtime.

Pros:

  • Safeish
  • Popularish
  • Typical MIT license

Neutral:

  • winapi, libc dependencies
  • Great pitch in readme