How to Install and Uninstall rust-bytes-cast-derive-devel.noarch Package on Fedora 39

Last updated: January 13,2025

1. Install "rust-bytes-cast-derive-devel.noarch" package

This guide let you learn how to install rust-bytes-cast-derive-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-bytes-cast-derive-devel.noarch

2. Uninstall "rust-bytes-cast-derive-devel.noarch" package

Please follow the guidelines below to uninstall rust-bytes-cast-derive-devel.noarch on Fedora 39:

$ sudo dnf remove rust-bytes-cast-derive-devel.noarch $ sudo dnf autoremove

3. Information about the rust-bytes-cast-derive-devel.noarch package on Fedora 39

Last metadata expiration check: 2:15:12 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-bytes-cast-derive-devel
Version : 0.2.0
Release : 3.fc39
Architecture : noarch
Size : 16 k
Source : rust-bytes-cast-derive-0.2.0-3.fc39.src.rpm
Repository : fedora
Summary : Safely re-interpreting &[u8] bytes as custom structs without copying, for efficiently reading structured binary data
URL : https://crates.io/crates/bytes-cast-derive
License : Zlib OR Apache-2.0 OR MIT
Description : Safely re-interpreting &[u8] bytes as custom structs without copying,
: for efficiently reading structured binary data. Procedural macro for
: compile-time soundness checking.
:
: This package contains library source intended for building other packages which
: use the "bytes-cast-derive" crate.