anyrun-interface 0.1.0

The raw interface crate for interaction between Anyrun and the plugins
Documentation
  • Coverage
  • 57.58%
    19 out of 33 items documented0 out of 10 items with examples
  • Size
  • Source code size: 50.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • anyrun-org/interface
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Kirottu

anyrun-interface

This crate can be used to create your own custom implementation of either plugins (if you need more freedom than the anyrun-plugin provides) or if you want to create your own runner that uses plugins from this project.

Usage

For usage of this crate take a look at the main project and the plugin crate for the "reference" implementation.