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 Node::classes #40

Open clarfonthey opened 7 years ago

clarfonthey commented 7 years ago

This would basically be self.attr("class").unwrap_or("").split(' ')