8000 GitHub - anyrun-org/anyrun-interface: The raw interface crate for interaction between Anyrun and the plugins
[go: up one dir, main page]

Skip to content

The raw interface crate for interaction between Anyrun and the plugins

License

Notifications You must be signed in to change notification settings

anyrun-org/anyrun-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

0