rust-aho-corasick 1.1.4-ok1 source package in openKylin
Changelog
rust-aho-corasick (1.1.4-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 03 Jun 2026 11:28:50 +0800
rust-aho-corasick (1.1.4-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 03 Jun 2026 11:28:50 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | rust |
| File | Size | SHA-256 Checksum |
|---|---|---|
| rust-aho-corasick_1.1.4.orig.tar.gz | 179.7 KiB | ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 |
| rust-aho-corasick_1.1.4-ok1.debian.tar.xz | 3.3 KiB | 9bc97ec1c84c3a50d1a18ed61b57f6ca6d95072cf1c797edcf6973e7ff4a49ce |
| rust-aho-corasick_1.1.4-ok1.dsc | 2.2 KiB | bb9a185f341bc10c006250e16beba25d37fc6fc05071ae7af79c84d96f0d50b1 |
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.