blocklist 0.1.0

The project is based on blocklistproject. It provides perfect hash map/set structures for fast lookup of blocklisted items.
1
2
3
4
5
6
7
8
# blocklist [![CI]https://github.com/pagescrape/blocklist/actions/workflows/rust.yml/badge.svg]https://github.com/pagescrape/blocklist/actions/workflows/rust.yml

The project is based on blocklistproject. It provides perfect hash map/set structures for fast lookup of blocklisted items.

```rust,no_run
assert!(blocklist::is_advertisement("3003809.fls.doubleclick.net"));
assert!(!blocklist::is_advertisement("example.com"));
```