rocket-loadavg-api
rocket-loadavg-api copied to clipboard
An example project of Rust's Rocket Web Framework
Results
2
rocket-loadavg-api issues
Sort by
recently updated
recently updated
newest added
* `dependencies.rocket_contrib` `default-features = false` needed to be set to disable the warning of an unused macro import. Seems it needed to be inside the `[ ... ]` block. Did...
This no longer compiles with the latest rust nightly (2018-02-09) A few changes have occured rocket_codegen fails to compile (is fixed with rocker 0.3.6) rocket 0.3.6 has rocket_contrib::Json, not rocket_contrib::JSON...