rocketman 0.4.0

A modular(ish) jetstream consumer.
Documentation
1
2
3
4
5
6
7
8
// lib.rs
pub mod connection;
pub mod endpoints;
pub mod handler;
pub mod ingestion;
pub mod options;
pub mod time;
pub mod types;