rust-irc/examples
2018-01-02 11:49:38 -05:00
..
convertconf.rs Cleaned up a bunch of code with clippy. 2018-01-01 22:25:25 -05:00
multiserver.rs Added a multiserver example. 2017-06-25 05:24:10 -04:00
multiserver_complex.rs Added a multiserver example supporting an arbitrary number of servers. 2017-06-25 05:36:58 -04:00
nothreads.rs Added the ability to create a new IrcServer without spawning a thread. 2017-08-15 14:00:32 -04:00
nothreads_alt.rs Added another nothreads example where we join on all servers. 2018-01-02 11:49:38 -05:00
repeater.rs Cleaned up a bunch of code with clippy. 2018-01-01 22:25:25 -05:00
simple.rs Updated examples because of new for_each_incoming return type. 2017-06-25 05:00:44 -04:00
simple_ssl.rs Updated examples because of new for_each_incoming return type. 2017-06-25 05:00:44 -04:00
tweeter.rs Migrated real IrcServer API to be async based on experiment. 2017-06-21 16:53:28 -04:00