No description
Find a file
Kenneth Gitere b661211f0f Refactored code to use regexes from regexes module
Extracted constants from the code for easier reusability in some cases.
Change select queries for multiple elements to use the `,` operator
instead of calling `chain`.

Remove check for "null" in `fix_lazy_images`. This mitigates a JSOM
issue so it doesn't affect the Rust code in any way.
2020-10-15 22:45:18 +03:00
src Refactored code to use regexes from regexes module 2020-10-15 22:45:18 +03:00
test_html Add moz_readability initial code and accompanying unit tests 2020-08-31 19:30:09 +03:00
.gitignore Merge branch 'master' into dev 2020-05-16 10:35:47 +03:00
Cargo.lock Add regex and lazy_static crates 2020-10-07 20:44:35 +03:00
Cargo.toml Add regex and lazy_static crates 2020-10-07 20:44:35 +03:00
LICENSE Initial commit 2020-04-30 08:06:07 +03:00