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

https://github.com/single9/example-rust-workspace

Example of Rust Workspace
https://github.com/single9/example-rust-workspace

example rust

Last synced: 3 months ago
JSON representation

Example of Rust Workspace

Awesome Lists containing this project

README

        

# Rust Workspace Example
# Usage

## Development

### Add A New Service

make new-app name=

Example

make new-app name=my_service

### Add A New Library

make new-lib name=

Example

make new-lib name=my_lib

### Run Service

make run name=

Example

make run name=my_service