Crate fuel_streams_nats

Crate fuel_streams_nats 

Source

Re-exports§

pub use error::*;
pub use nats_client::*;
pub use nats_client_opts::*;
pub use nats_namespace::*;
pub use types::*;

Modules§

error
Houses shared APIs for interacting with NATS for sv-publisher and fuel-streams crates As much as possible, the public interface/APIS should be agnostic of NATS. These can then be extended in the sv-publisher and fuel-streams crates to provide a more opinionated API towards their specific use-cases.
nats_client
nats_client_opts
nats_namespace
types