Crate oxzy_lib

source ·

Structs

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

Enums

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