How to Install and Uninstall rust-twoway-devel.noarch Package on Fedora 39

Last updated: October 05,2024

1. Install "rust-twoway-devel.noarch" package

In this section, we are going to explain the necessary steps to install rust-twoway-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-twoway-devel.noarch

2. Uninstall "rust-twoway-devel.noarch" package

Learn how to uninstall rust-twoway-devel.noarch on Fedora 39:

$ sudo dnf remove rust-twoway-devel.noarch $ sudo dnf autoremove

3. Information about the rust-twoway-devel.noarch package on Fedora 39

Last metadata expiration check: 4:16:10 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-twoway-devel
Version : 0.2.2
Release : 7.fc39
Architecture : noarch
Size : 36 k
Source : rust-twoway-0.2.2-7.fc39.src.rpm
Repository : fedora
Summary : Fast substring search for strings and byte strings
URL : https://crates.io/crates/twoway
License : MIT OR Apache-2.0
Description : Fast substring search for strings and byte strings. Optional SSE4.2
: acceleration (if detected at runtime) using pcmpestri. Memchr is the
: only mandatory dependency. The two way algorithm is also used by rust's
: libstd itself, but here it is exposed both for byte strings, using
: memchr, and optionally using a SSE4.2 accelerated version.
:
: This package contains library source intended for building other packages which
: use the "twoway" crate.