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

https://github.com/poneding/my-rust-app


https://github.com/poneding/my-rust-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# my-rust-app

English | [简体中文](./README_zh-CN.md)

My Rust application.

## Installation

- Install with `cargo install`

```bash
cargo install my-rust-app
```

- Install from binary

For MacOS or Linux:

```bash
curl -sSL https://github.com/poneding/my-rust-app/raw/master/install.sh | sh
```

For Windows:

Download the lastest executable from [Releases](https://github.com/poneding/my-rust-app/releases/latest) and add it to the PATH.