wtx 0.43.0

A collection of different transport implementations and related tools focused primarily on web technologies.
Documentation
1
2
3
4
5
6
7
8
9
use crate::collection::Vector;

#[allow(unreachable_pub, reason = "tests")]
#[test]
fn compiles() {
  create_packages_aux_wrapper!();
  let _pkg = PkgsAux::from_minimum((), (), ());
  let _pkg = PkgsAux::new((), 0, Vector::new(), (), false, false, ());
}