Crate acme_core

Source
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§

ComponentBase
Container
EventBase

Enums§

Error
The Error type enumerates the various errors that can occur within the acme engine.

Constants§

VERSION

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
RawEventKind

Functions§

generate_sample

Type Aliases§

Result
a type alias for a Result configured with the custom Error for the crate.