renet/examples
whitequark 0134bb7399 Bump Rust version requirement to 1.27.
This allows us to use:
(1.26)
  - impl Trait
  - autoderef in pattern matching
  - fixed slice patterns
  - inclusive ranges
(1.27)
  - dyn Trait
  - #[must_use] on functions

To prepare for edition change, dyn is added where applicable. Other
edition changes would require bumping the requirement even higher,
and so they are not applied for now.
2019-06-22 08:19:39 +00:00
..
benchmark.rs Log and print error for all examples 2018-06-22 19:30:03 +00:00
client.rs examples: remove the remaining panics on poll error. 2018-07-31 13:58:00 +00:00
dhcp_client.rs Implement DHCPv4 client + example. 2019-05-14 00:37:43 +08:00
httpclient.rs Log and print error for all examples 2018-06-22 19:30:03 +00:00
loopback.rs examples: remove the remaining panics on poll error. 2018-07-31 13:58:00 +00:00
multicast.rs Implement IGMPv1/v2 processing. 2018-08-01 10:26:51 +08:00
ping.rs examples: remove the remaining panics on poll error. 2018-07-31 13:58:00 +00:00
server.rs examples: remove the remaining panics on poll error. 2018-07-31 13:58:00 +00:00
tcpdump.rs Update phy mod to use new time types 2018-02-16 10:44:03 +08:00
utils.rs Bump Rust version requirement to 1.27. 2019-06-22 08:19:39 +00:00