| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-16 | main.rs: Copy UdpSocket example to test out sockets | Teddy Wing | |
| Copies the example given at https://doc.rust-lang.org/std/net/struct.UdpSocket.html to experiment with receiving and sending data over the socket. | |||
| 2017-03-16 | Initial commit. Base project generated from `cargo init`. | Teddy Wing | |
| Rust v1.13.0. $ cargo init --bin | |||
