rust-aho-corasick 0.7.19-ok1 source package in openKylin
Changelog
rust-aho-corasick (0.7.19-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Thu, 23 Feb 2023 14:59:27 +0800
rust-aho-corasick (0.7.19-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Thu, 23 Feb 2023 14:59:27 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | rust | |
Yangtze V1.0 | proposed | main | rust |
File | Size | SHA-256 Checksum |
---|---|---|
rust-aho-corasick_0.7.19.orig.tar.gz | 111.4 KiB | ec3089c248ecb9b75d981ccff2b24516208d220ed013584a2ac78e64ab4dd059 |
rust-aho-corasick_0.7.19-ok1.debian.tar.xz | 3.4 KiB | 13b8336f132257d76b5fde1c49ffadc6039ab40477945eb4f5fd43d66881fc91 |
rust-aho-corasick_0.7.19-ok1.dsc | 2.0 KiB | bcc7289d0966d9461a1501d61df4d9e80370267762f53e0f93a66d0d9f386fc7 |
A library for finding occurrences of many patterns at once with SIMD
acceleration in some cases. This library provides multiple pattern search
principally through an implementation of the Aho-Corasick algorithm, which
builds a finite state machine for executing searches in linear time. Features
include case insensitive matching, overlapping matches, fast searching via SIMD
and optional full DFA construction and search & replace in streams.