Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 480 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 480 Bytes

Pokedex in Rust

A complete pokedex API / CLI written in Rust.

Getting started

  1. Install cargo and rustc on your computer;
  2. Change the current directory to the same as pokedex/;
  3. Run the project using cargo.
$ cd path/to/pokedex
$ cargo run

Contributors