Crates.io | pokedex |
lib.rs | pokedex |
version | 0.1.8 |
source | src |
created_at | 2019-11-27 17:06:00.857136 |
updated_at | 2020-03-13 18:36:59.935008 |
description | Get Pokemon data from the command line |
homepage | |
repository | https://github.com/arirawr/pokedex-rs |
max_upload_size | |
id | 184888 |
size | 82,914 |
This is primarily a practice project for learning about Rust and Cargo. You can follow me on Twitter for stuff about community and Rust and game dev.
If you really want to use this tool, here's how:
cargo install pokedex -f
pokedex <name_of_pokemon>
Current response format:
ID: 149
Name: dragonite
Height: 2.2m
Weight: 210kg
Types: dragon, flying
Project is MIT-licensed and can be used freely.
Not actively seeking PRs or Issues as I'm still learning the language.