adblock 0.4.3

Native Rust module for Adblock Plus syntax (e.g. EasyList, EasyPrivacy) filter parsing and matching.
Documentation
{
  "name": "adblock-rs",
  "version": "0.4.3",
  "description": "Very fast, Rust-based, native implementation of ad-blocker engine for Node",
  "keywords": [
    "adblock",
    "adblocker",
    "adblocking",
    "ad",
    "ads",
    "block",
    "blocker",
    "blocking",
    "rust"
  ],
  "main": "native/index.js",
  "author": "Andrius Aucinas <aaucinas@brave.com>",
  "contributors": [
    "Anton Lazarev <alazarev@brave.com>"
  ],
  "license": "MPL-2.0",
  "homepage": "https://github.com/brave/adblock-rust#readme",
  "bugs": {
    "url": "https://github.com/brave/adblock-rust/issues"
  },
  "repository": "https://github.com/brave/adblock-rust.git",
  "dependencies": {
    "neon-cli": "0.8.3"
  },
  "scripts": {
    "install": "neon build --release"
  }
}