wtx 0.44.3

A collection of different transport implementations and related tools focused primarily on web technologies.
Documentation
1
2
3
4
5
6
#[derive(Clone, Copy, Debug)]
pub(crate) struct Metadata<M> {
  pub(crate) len: usize,
  pub(crate) misc: M,
  pub(crate) offset: usize,
}