Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdk78/rose
[W.I.P] Rose programming language
https://github.com/xdk78/rose
Last synced: 12 days ago
JSON representation
[W.I.P] Rose programming language
- Host: GitHub
- URL: https://github.com/xdk78/rose
- Owner: xdk78
- Created: 2018-07-29T18:25:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T16:48:22.000Z (about 6 years ago)
- Last Synced: 2024-12-11T00:07:40.862Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rose
## Install
### Install Rust with rustup and setup nightly version
```bash
rustup default nightly
# then
rustup update && cargo update
```## Run
```bash
cargo run
```## Build
```bash
# development
cargo build
# production
cargo build --release
```