A tiny Pokédex made with rust to studie struct
, impl
and mod
You can add Pokémons, list, remove by id and export to a txt file
# Clone this repository
$ git clone https://github.com/peterhttps/rust-pokedex.git
# Go into the repository
$ cd rust-pokedex
# Run application
$ cargo run
# Build application release mode
$ cargo build --release