Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kamataryo/sandbox-rust-hello-world


https://github.com/kamataryo/sandbox-rust-hello-world

Last synced: 4 days ago
JSON representation

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`