An open API service indexing awesome lists of open source software.

https://github.com/loitd/russapp

My Simplest Rust Application built and run from Docker
https://github.com/loitd/russapp

Last synced: about 2 months ago
JSON representation

My Simplest Rust Application built and run from Docker

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/loitd/russapp.svg?branch=master)](https://travis-ci.com/loitd/russapp)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
---
# russapp
My Simplest Rust Application built and run from Docker

Some features:
- Follow [the Rust official project layout guide](https://doc.rust-lang.org/stable/cargo/guide/project-layout.html).
- Actix web with tera and UIKit
- Travis-CI integrated + tests added with document tests