Crate phoenix_chan

Crate phoenix_chan 

Source
Expand description

Client library for Phoenix channels.

Re-exports§

pub use self::builder::Builder;
pub use self::client::Client;
pub use self::error::Error;
pub use self::message::Message;
pub use rustls;
pub use serde_json;
pub use tungstenite;

Modules§

builder
Configures a Client
client
Client for the Phoenix channel
error
Errors returned by the client.
message
Messages sent from and to the phoenix channel.

Type Aliases§

Map
Payload sent as last argument of a Message.