utkarshkukreti / select.rs

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

naming? #5

Closed vm closed 8 years ago

vm commented 8 years ago

Would it make more sense to call this repo something else? search for rust select on google will probably always find the select! macro, and it's not super clear what select.rs means. What do you think?

Thanks for your work!

vm commented 8 years ago

Side note: I'd love to help out by writing documentation. I could get started this weekend if you'd like!

utkarshkukreti commented 8 years ago

I chose the name because I had (and have) no intention to allow modifying the tree; only to "select" data. I think if more people use/blog about the library, it could rank on the first page of Google for "select rust".

I'd really appreciate documentation pull requests. Please go ahead! :)