Skip to content
Snippets Groups Projects
README.md 231 B
Newer Older
# RustyLine
Main's avatar
Main committed
This is a project for me to learn how to develop in Rust.
It is based on [Antirez' Linenoise](https://github.com/antirez/linenoise)

## Build
This project uses Cargo and Rust 1.0.0-beta
```bash
cargo build -release
```