rs-netty 0.2.2

A Tokio-native typed TCP/UDP pipeline framework inspired by Netty.
Documentation
1
2
3
4
5
error[E0599]: no method named `handler` found for struct `PipelineBuilder<rs_netty::pipeline::state::Start, rs_netty::pipeline::builder::Missing, Identity, Identity, rs_netty::pipeline::builder::Missing, Identity, (), (), ()>` in the current scope
  --> tests/ui/fail_stream_handler_before_codec.rs:14:24
   |
14 |     let _ = pipeline().handler(Echo);
   |                        ^^^^^^^ private field, not a method