utkarshkukreti / select.rs

A Rust library to extract useful data from HTML documents, suitable for web scraping.
MIT License
959 stars 69 forks source link

Add crate documentation #44

Open budziq opened 6 years ago

budziq commented 6 years ago

Hi!

In rust cookbook we are using your excellent crate in several places when presenting an idiomatic approach to html querying / basic web scraping :+1:

The only problem is that the select crate is largely undocumented and we are aiming for used crates to have similar level of documentation to build the feeling of extended std for our users.
https://paper.dropbox.com/doc/Cookbook-complete-recipe-list-6HdURriv5dYRUJClFzUMy

TLNR: Would you be open to extending the documentation or external contributors working on the docs?

utkarshkukreti commented 6 years ago

Hi @budziq! I'd be happy to promptly merge any documentation additions but I probably won't have time to write the docs myself at this time. I'm glad to see my crate in the Cookbook! Thanks!