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