Age | Commit message (Collapse) | Author |
|
Empty stub modules that will be filled in with the communication code.
|
|
Basic web server and dummy response using 'rouille'.
|
|
A neat web micro-framework. Seems small and lightweight, nice macro
syntax.
Upgraded to Rust 1.21.0 at the same time, as it or its dependencies
wouldn't compile on 1.16.0.
|
|
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.)
|