Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saschagrunert/microservice-rs

Microservice template using Rust and Cap'n Proto RPCs.
https://github.com/saschagrunert/microservice-rs

Last synced: 13 days ago
JSON representation

Microservice template using Rust and Cap'n Proto RPCs.

Awesome Lists containing this project

README

        

# microservice-rs
[![Build Status](https://travis-ci.org/saschagrunert/microservice-rs.svg)](https://travis-ci.org/saschagrunert/microservice-rs) [![Coverage Status](https://coveralls.io/repos/github/saschagrunert/microservice-rs/badge.svg?branch=master)](https://coveralls.io/github/saschagrunert/microservice-rs?branch=master) [![Crates.io](https://img.shields.io/crates/v/microservice.svg)](https://crates.io/crates/microservice) [![doc.rs](https://docs.rs/microservice/badge.svg)](https://docs.rs/microservice) [![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/saschagrunert/microservice-rs/blob/master/LICENSE)
## A basic microservice template using Rust and Cap'n Proto RPCs

Target of the project is to show how to implement a secure and fast microservice architecture using Rust and an
appropriate RPC framework.

## Contributing
[contributing]: #contributing

You want to contribute to this project? Wow, thanks! So please just fork it and send me a pull request.