Module krill::commons

source ·
Expand description

Common types used by the various Krill components.

Re-exports

  • pub use self::error::Error;

Modules

  • All actions performed by Krill are authorized by and attributed to an Actor.
  • Data structures for the API, shared between client and server.
  • Defines all Krill server side errors
  • Event sourcing support for Krill
  • General utility modules for use all over the code base

Type Aliases