decruft 0.1.4

Extract clean, readable content from web pages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## What

<!-- What does this PR do? -->

## Why

<!-- Why is this change needed? -->

## Testing

- [ ] `cargo test` passes
- [ ] `cargo clippy --all-targets -- -D warnings` clean
- [ ] `cargo fmt --check` clean
- [ ] Ran `tests/compare_sites.sh` (if extraction behavior changed)