[go: up one dir, main page]

aho-corasick 0.3.2

Fast multiple substring searching with finite state machines.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
language: rust
rust:
  - 1.0.0
  - beta
  - nightly
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo doc
  - if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
      cargo bench --verbose;
    fi