Crate oxzy_lib

Crate oxzy_lib 

Source

Structs§

HandleEntry
Entry send to a plugins handle function, containing the selected entry and args.
PluginInitDirs
Directories a plugin is supposed to use for configuration and data caching.
PluginMetadata
Metadata returned by a plugin after initialization.
QueryResult
A singular query result, a list of these is returned by calling the query function on a plugin.

Enums§

HandleResult
Result of a plugins handle function, tells the launcher whether it should exit or continue running.