How to Install and Uninstall rust-inlinable_string-devel.noarch Package on Fedora 36

Last updated: October 06,2024

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

This guide let you learn how to install rust-inlinable_string-devel.noarch on Fedora 36

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

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

Please follow the steps below to uninstall rust-inlinable_string-devel.noarch on Fedora 36:

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

3. Information about the rust-inlinable_string-devel.noarch package on Fedora 36

Last metadata expiration check: 5:18:52 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-inlinable_string-devel
Version : 0.1.15
Release : 2.fc36
Architecture : noarch
Size : 25 k
Source : rust-inlinable_string-0.1.15-2.fc36.src.rpm
Repository : updates
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 "inlinable_string" crate.