Expand description
The core modules of the acme
library; these modules are re-exported at the top-level of
the library for convenience.
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§
Constants§
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