Expand description
§acme
Welcome to acme! This crate is designed to be an efficient, flexible, and secure engine
for automatically aggreating information from various sources, processing it, and
distributing it to the appropriate consumers.
Re-exports§
pub use acme_engine as engine;
Modules§
- comp
- This module implements the [
Component] and related types - consts
- error
- this module defines the base error types for the
acmeplatform - events
- this module implements the various event primitives and utilities necessary for the sdk.
- prelude
- traits
- this module provides common traits and interfaces for the
acmeengine - types
- this module implements various types used for the
acmeengine - utils
- this module defines additional utilities for the
acmeengine
Structs§
Enums§
Traits§
- Context
- Contextual
Contextualis a trait for denoting types that are associated with a particular context.- Handler
- RawContext
- The base context considered by the
acmeframework. - RawEvent
- RawEvent
Kind