features for config formats, generic wsr/wsw, length delimited codec transport

This commit is contained in:
Toshit Chawda 2024-08-23 18:01:25 -07:00
parent 1b03620be0
commit b6727b5019
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
12 changed files with 399 additions and 196 deletions

View file

@ -8,6 +8,9 @@ pub mod extensions;
#[cfg(feature = "fastwebsockets")]
#[cfg_attr(docsrs, doc(cfg(feature = "fastwebsockets")))]
mod fastwebsockets;
#[cfg(feature = "generic_stream")]
#[cfg_attr(docsrs, doc(cfg(feature = "generic_stream")))]
pub mod generic;
mod packet;
mod sink_unfold;
mod stream;