Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlsd/rocket-rs
Rust Rocket app
https://github.com/mrlsd/rocket-rs
cms cms-framework rocket rocket-rs rust
Last synced: about 1 month ago
JSON representation
Rust Rocket app
- Host: GitHub
- URL: https://github.com/mrlsd/rocket-rs
- Owner: mrLSD
- License: mit
- Created: 2017-07-03T13:59:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T20:34:02.000Z (about 7 years ago)
- Last Synced: 2023-08-11T12:31:16.311Z (over 1 year ago)
- Topics: cms, cms-framework, rocket, rocket-rs, rust
- Language: Rust
- Size: 1.76 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/mrLSD/echo-cms/master/LICENSE)