Crate cometindex

Crate cometindex 

Source

Re-exports§

pub use index::AppView;
pub use index::PgTransaction;
pub use indexer::Indexer;
pub use sqlx;

Modules§

index
indexer
opt

Structs§

ContextualizedEvent

Type Aliases§

PgPool
An alias for Pool, specialized for Postgres.

Attribute Macros§

async_trait