Rocket/examples/testing
Sergio Benitez 65da988962 Return a `LaunchError` from `launch` when launching fails.
This is a (minor) breaking change. If `rocket.launch()` is the last expression
in a function, the return type will change from `()` to `LaunchError`. A simple
workaround that preserves the previous functionality is to simply add a
semicolon after `launch()`: `rocket.launch();`.

resolves #34
2017-03-15 22:10:09 -07:00
..
src Return a `LaunchError` from `launch` when launching fails. 2017-03-15 22:10:09 -07:00
Cargo.toml Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00