actix-net (streams) bindings
- Dominant language
- Rust
- Stars
- 147
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
[actix-net](https://github.com/actix/actix-net)
- bindings/stream.rs (Type)
- bindings/net_server.rs (Networking server)
- tokio streams specifically
- local net_server_handler = net_server.new("torchbear-server") -- Implemented in managers/net_server.rs ?
- substituting lua sockets with Rust libraries
* https://github.com/actix/actix-net/blob/master/examples/basic.rs
* https://github.com/actix/actix-net/blob/82b71d91ea5d00fdee0431c2c8dc94e501d8792t
* https://actix.rs/actix-net/src/actix_net/connector.rs.html?search=log
* https://docs.rs/futures/0.1/futures/stream/trait.Stream.html?search=
* https://actix.rs/actix/actix/struct.System.html
* https://docs.rs/futures/0.1/futures/stream/trait.Stream.html
* https://tokio-rs.github.io/tokio/tokio_io/trait.AsyncRead.html
* https://github.com/ZeevG/TCP-Ping-Pong/blob/master/c/pingpong/server.c
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.