Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jayin/rust-up
- Owner: Jayin
- Created: 2015-01-10T12:05:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-10T12:13:22.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T20:12:28.245Z (7 months ago)
- Language: Rust
- Size: 324 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```