Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jayin/rust-up

Rust,a safe, concurrent, practical language
https://github.com/jayin/rust-up

Last synced: 10 days ago
JSON representation

Rust,a safe, concurrent, practical language

Awesome Lists containing this project

README

        

The Rust Programming Language
---
> a safe, concurrent, practical language

* 2014.1.10 1.0.0-alpha

build & run
-----

```shell
// build
cd rest-up/get-start
cargo build

// run
./target/hello_world
```