summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Collapse)Author
2016-10-02Relicense to MPL-v2.0Matthias Beyer
This commit removes the LGPL LICENSE text and adds the MPL 2.0 license text in the LICENSE file. It also rewrites the README.md file to state the correct license. Last but not least, it adds the recommended license notice as comment to all source files. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2016-08-25Implement Fn(I) -> bool for Filter structsLee Bousfield
2016-08-12Add html_root_urlMatthias Beyer
2016-08-12Add crate documentationMatthias Beyer
2016-08-10Add opsMatthias Beyer
2016-08-10Add Filter traitMatthias Beyer
2016-08-10Initial importMatthias Beyer