ipset_lookup 0.3.3

ipset is a command-line tool that takes networks or IPs and searches through a lot of different threat feeds quickly. It can also download the feed data necessary to perform the queries. ipset_lookup includes the same functionality as a library.
Documentation
language: rust
rust:
  - stable
  - nightly
cache: cargo
jobs:
  allow_failures:
    - rust: nightly
    - os: windows
    - os: mac
  fast_finish: true
script:
  - cargo build --verbose --all --all-features
  - cargo test --verbose --all
os:
  - linux
  - windows
  - mac