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 491418d45b tried and failed to incorporate removal of book reference bits. now grabbing the feat url, though. 7 роки тому
assets fa35a0fa97 using local file for testing 7 роки тому
src 491418d45b tried and failed to incorporate removal of book reference bits. now grabbing the feat url, though. 7 роки тому
.gitignore f4d186d846 don't track Cargo.lock 7 роки тому
Cargo.toml b89e24b5f8 add build requirements 7 роки тому
LICENSE 0836f99ac5 initial commit 7 роки тому
README.md 0836f99ac5 initial commit 7 роки тому

README.md

featscraper

Web scraper for pulling feats for building a feat spellbook.

Web Scraping With Rust used as a tutorial and reference.