How to Install and Uninstall rust-inlinable_string+nightly-devel.noarch Package on Fedora 38

Last updated: September 28,2024

1. Install "rust-inlinable_string+nightly-devel.noarch" package

Please follow the steps below to install rust-inlinable_string+nightly-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rust-inlinable_string+nightly-devel.noarch

2. Uninstall "rust-inlinable_string+nightly-devel.noarch" package

Please follow the instructions below to uninstall rust-inlinable_string+nightly-devel.noarch on Fedora 38:

$ sudo dnf remove rust-inlinable_string+nightly-devel.noarch $ sudo dnf autoremove

3. Information about the rust-inlinable_string+nightly-devel.noarch package on Fedora 38

Last metadata expiration check: 0:42:15 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-inlinable_string+nightly-devel
Version : 0.1.15
Release : 4.fc38
Architecture : noarch
Size : 7.8 k
Source : rust-inlinable_string-0.1.15-4.fc38.src.rpm
Repository : fedora
Summary : Owned, grow-able UTF-8 string that stores small strings inline
URL : https://crates.io/crates/inlinable_string
License : ASL 2.0 or MIT
Description : `inlinable_string` crate provides the `InlinableString` type -- an owned, grow-
: able UTF-8 string that stores small strings inline and avoids heap-allocation
: -- and the `StringExt` trait which abstracts string operations over both
: `std::string::String` and `InlinableString` (or even your own custom string
: type).
:
: This package contains library source intended for building other packages which
: use the "nightly" feature of the "inlinable_string" crate.