many improvements
This commit is contained in:
@@ -2,12 +2,17 @@ mod client;
|
||||
mod error;
|
||||
mod event;
|
||||
mod filter;
|
||||
mod profile;
|
||||
mod pubkey;
|
||||
mod relay;
|
||||
|
||||
pub use client::ClientMessage;
|
||||
pub use error::Error;
|
||||
pub use event::Event;
|
||||
pub use event::{Event, EventId};
|
||||
pub use ewebsock;
|
||||
pub use filter::Filter;
|
||||
pub use profile::Profile;
|
||||
pub use pubkey::Pubkey;
|
||||
pub use relay::message::{RelayEvent, RelayMessage};
|
||||
pub use relay::pool::{PoolEvent, RelayPool};
|
||||
pub use relay::Relay;
|
||||
|
||||
Reference in New Issue
Block a user