Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-07 | main.rs: Print message on 404 | Teddy Wing | |
Print a simple text message on 404 for human consumption. Makes it more obvious than finding out the response status code in a browser. | |||
2017-11-07 | main.rs: Add web server and "hello world" route | Teddy Wing | |
Basic web server and dummy response using 'rouille'. | |||
2017-11-07 | Initial commit. Cargo init. | Teddy Wing | |
Initialised new project with: $ cargo init --bin kipper Rust 1.16.0. (I know, it's super old, but that's what I have on my machine right now without going out to get the latest version.) |