A Swift package to easily load a dynamic library and use it.
Find a file
Jerrod Putman 4a955d8e40 Adds initial version of DynamicLibrary
This initial version of `DynamicLibrary` does not support options of `dlopen(_:_:)` other than `RTLD_NOW`. These will be added in future versions.
2026-06-07 20:28:59 -07:00
Sources/SwiftDylib Adds initial version of DynamicLibrary 2026-06-07 20:28:59 -07:00
Tests/SwiftDylibTests Adds initial version of DynamicLibrary 2026-06-07 20:28:59 -07:00
.gitignore Initial Commit 2026-06-07 19:30:57 -07:00
Package.swift Adds initial version of DynamicLibrary 2026-06-07 20:28:59 -07:00