Crate dygpi
Provides support for Dynamic Generic PlugIns, library based plugins for Rust.

Example
TBD
Changes
Version 0.1.4
- Added public function to make dylib file names.
- Reworked Github action and test cases for non-macos platforms.
Version 0.1.3
- Moved the PluginRegistrar struct from the manager to plugin module; this seems cleaner from a client perspective.
Version 0.1.2
- Added the ability to override the registration function name, this allows for multiple plugin types in a single host.
- Fixed the E2E example, added a simple run script.
Version 0.1.1
- Internal change to use search_path crate for library resolution.
- Added Github action config.
Version 0.1.0