Skip to content

lyricalsoul/Plug

Repository files navigation

🔌 Plug

Swift 5.9 License Documentation

Plug is a library for developing plugins for Swift applications. By using macros, it allows you to have simple and clean code and still keep the flexibility of a plugin system. You can load, reload and unload plugins at runtime, change the code used between the plugin and the app, and more.

Inspired on TheSwiftDev's guide for dynamic libraries

Refer to the documentation for more information.

A getting started guide is available at the documentation.