rust-aho-corasick 1.1.2-1 source package in Ubuntu

Changelog

rust-aho-corasick (1.1.2-1) unstable; urgency=medium

  * Package aho-corasick 1.1.2 from crates.io using debcargo 2.6.0

 -- Sylvestre Ledru <email address hidden>  Sun, 19 Nov 2023 18:14:36 +0100

Upload details

Uploaded by:
Rust Maintainers
Uploaded to:
Sid
Original maintainer:
Rust Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rust-aho-corasick_1.1.2-1.dsc 2.3 KiB b5ea7fe3261b80e170481b7b79b79812df94901d51fbed2d9ea3dbe88740b679
rust-aho-corasick_1.1.2.orig.tar.gz 178.8 KiB b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0
rust-aho-corasick_1.1.2-1.debian.tar.xz 3.8 KiB 88ab15b63b9488c2d5ab3c360cfae433dfc1059182e0af9d53efb99d7e6e3750

No changes file available.

Binary packages built by this source

librust-aho-corasick-dev: Fast multiple substring searching - Rust source code

 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.