Web scraper for pulling feats for building a feat spellbook.

[Web Scraping With Rust](https://medium.com/@kadek/web-scraping-in-rust-881b534a60f7) used as a tutorial and reference.

jmelesky 7220da06da tidied some stuff up před 6 roky
assets fa35a0fa97 using local file for testing před 6 roky
src 7220da06da tidied some stuff up před 6 roky
.gitignore f4d186d846 don't track Cargo.lock před 6 roky
Cargo.toml b89e24b5f8 add build requirements před 6 roky
LICENSE 0836f99ac5 initial commit před 6 roky
README.md 0836f99ac5 initial commit před 6 roky

README.md

featscraper

Web scraper for pulling feats for building a feat spellbook.

Web Scraping With Rust used as a tutorial and reference.