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

Separate predicate composition #36

Closed jmcomets closed 7 years ago

jmcomets commented 7 years ago

This should allow boxing predicates, but requires that the Composition trait be brought into scope where the Predicate was previously used for.

Fixes #35.