Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamataryo/sandbox-rust-hello-world
https://github.com/kamataryo/sandbox-rust-hello-world
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamataryo/sandbox-rust-hello-world
- Owner: kamataryo
- Created: 2019-02-03T06:53:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T07:31:04.000Z (almost 6 years ago)
- Last Synced: 2024-11-18T02:12:22.640Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SANDBOX Rust Hello World
[![Build Status](https://travis-ci.org/kamataryo/sandbox-rust-hello-world.svg?branch=master)](https://travis-ci.org/kamataryo/sandbox-rust-hello-world)
## Prerequisite
- Rust
- Cargo## get started
```shell
$ git clone [email protected]:kamataryo/sandbox-rust-hello-world.git
$ cd sandbox-rust-hello-world
$ cargo build
$ cargo run
```## NOTE
- To scaffold Cargo project: `cargo init`