Docs.rs
cometindex-2.1.0
cometindex 2.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
conorsch
erwanor
github:penumbra-zone:protocol-team
Dependencies
anyhow ^1.0.75
normal
async-trait ^0.1.52
normal
clap ^3.2
normal
futures ^0.3.28
normal
hex ^0.4.3
normal
prost ^0.13.4
normal
serde_json ^1.0.96
normal
sqlx ^0.8
normal
tap ^1.0.1
normal
tendermint ^0.40.3
normal
tendermint-proto ^0.40.3
normal
tokio ^1.39.0
normal
tracing ^0.1
normal
tracing-subscriber ^0.3.17
normal
Versions
56.25%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate cometindex
cometindex
2.1.0
All Items
Crate Items
Re-exports
Modules
Structs
Type Aliases
Attribute Macros
Crate
cometindex
Copy item path
Source
Re-exports
§
pub use index::
AppView
;
pub use index::
PgTransaction
;
pub use indexer::
Indexer
;
pub use
sqlx
;
Modules
§
index
indexer
opt
Structs
§
Contextualized
Event
Type Aliases
§
PgPool
An alias for
Pool
, specialized for Postgres.
Attribute Macros
§
async_
trait