lp 0.1.8

An embeddable plugin system for Rust applications.
Documentation

LibPlugin

Image

An embeddable plugin system for Rust applications.

  • LibPlugin handles the majority of boilerplate required for implementing a functional plugin system; offering some flexibility in design & configuration.

Still under early development; I would recommend against using it at the moment.

  • Supported Formats:
    • Toml
    • Ron
    • Json

Roadmap

  • Improved Docs

    • Examples
  • Improve Tests

    • Refactor the mock up to reflect a realistic use case.