Example project from the rust book.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
AJ ONeal 70adbe6c9b v0.1.4: use stderr for error messages il y a 6 ans
src v0.1.4: use stderr for error messages il y a 6 ans
.gitignore v0.0.0: init project template il y a 6 ans
Cargo.lock v0.1.0: some args handling il y a 6 ans
Cargo.toml v0.0.0: init project template il y a 6 ans
README.md v0.1.0: some args handling il y a 6 ans
poem.txt v0.1.0: some args handling il y a 6 ans

README.md

grep.rs

This is my personal exploration of the sample grep project in Chapter 12 of "The Rust Book".

Install Rust

To run this project you first need to install rust:

curl https://sh.rustup.rs -sSf | sh

If you already have rust installed you can update it to the latest version like so:

restup update

Install grep.rs

git clone https://git.coolaj86.com/coolaj86/grep.rs
pushd rust.rs/

History

cargo init --bin --name grep
cargo run

git clone --depth=1 https://github.com/rust-lang/rust.vim.git ~/.vim/bundle/rust.vim
git clone --depth=1 https://github.com/majutsushi/tagbar.git ~/.vim/bundle/tagbar
echo 'let g:tagbar_ctags_bin = "/Users/aj/github.com/universal-ctags/ctags/ctags"' >> ~/.vimrc
echo 'let g:rustfmt_autosave = 1' >> ~/.vimrc