rust-irc/examples
Ratys 5275e79971 Rewrote conn module to utilize impl Future in return position:
Changed all involved structs to take `Config`s, rather than borrow them - this is due to `'static` requirement that is bound to crop up somewhere, when spawning a future into a reactor/runtime.

Updated examples and docs to reflect the change.
2018-06-08 22:00:49 +03:00
..
convertconf.rs Refactored the whole crate to use failure. 2018-01-28 00:52:11 +01:00
multiserver.rs Rewrote conn module to utilize impl Future in return position: 2018-06-08 22:00:49 +03:00
reactor.rs Rewrote conn module to utilize impl Future in return position: 2018-06-08 22:00:49 +03:00
reconnector.rs Rewrote conn module to utilize impl Future in return position: 2018-06-08 22:00:49 +03:00
repeater.rs Added current nickname tracking (fixes #125). [BREAKING] 2018-05-05 15:12:29 +02:00
simple.rs Changed naming scheme from server to client (resolves #46). 2018-01-28 02:16:50 +01:00
simple_ssl.rs Changed naming scheme from server to client (resolves #46). 2018-01-28 02:16:50 +01:00
tweeter.rs Changed naming scheme from server to client (resolves #46). 2018-01-28 02:16:50 +01:00