https://github.com/poneding/my-rust-app
https://github.com/poneding/my-rust-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poneding/my-rust-app
- Owner: poneding
- License: apache-2.0
- Created: 2025-02-13T09:42:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-27T05:03:21.000Z (over 1 year ago)
- Last Synced: 2025-03-30T09:32:46.662Z (about 1 year ago)
- Language: Shell
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.