fennel-plugins 0.1.0

Crate defining plugin trait for the Fennel engine
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented1 out of 5 items with examples
  • Size
  • Source code size: 11.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 356.27 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • w1ltshire

Plugins

This crate provides a simple trait for creating plugins within the Fennel engine. Plugins allow to extend the capabilities of the engine, and also are an essential piece of it, as plugins are the backbone for most of the engine's features.

An example is the fennel_core::plugin::GraphicsPlugin plugin, which provides the most important part of the engine, the graphics.