Skip to content

Commit

Permalink
publicize CloseFrame and CloseCode
Browse files Browse the repository at this point in the history
  • Loading branch information
UkoeHB committed Oct 13, 2023
1 parent c0b80a4 commit 15e61e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ mod native;
mod web;

pub use error::{Error, Result};
pub use message::coding::*;
pub use message::CloseFrame;
pub use message::Message;
#[cfg(not(target_arch = "wasm32"))]
use native as ws;
Expand Down

0 comments on commit 15e61e4

Please sign in to comment.