Skip to content

mrLSD/rocket-rs

Repository files navigation

Rocket-rs

HTTP app based on rocket.rs

Requirements:

  • latest Rust nightly

Some useful command:

  • run: make
  • build release: make release
  • build: make build
  • test: make test

####License: MIT License