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
acme
platform - 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
acme
engine - types
- this module implements various types used for the
acme
engine - utils
- this module defines additional utilities for the
acme
engine
Structs§
Enums§
Traits§
- Context
- Contextual
Contextual
is a trait for denoting types that are associated with a particular context.- Handler
- RawContext
- The base context considered by the
acme
framework. - RawEvent
- RawEvent
Kind