Skip to content

rust-micro/rust-micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-micro

Rust Micro provides the core requirements for distributed systems development including RPC and Event driven communication. The Rust Micro philosophy is sane defaults with a pluggable architecture. We provide defaults to get you started quickly but everything can be easily swapped out.

Inspirations

Requirements

  • Docker
  • Rust > 1.60 with Cargo > 1.60

Installation

$ cargo install micro cargo-make
$ cargo micro check # checks the requirements

Usage

$ cargo micro new my-project
$ cd my-project
$ cargo micro run # sets up all needed services and starts all bins in cargo.toml

Examples

$ cargo make greeter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages