Summary: Unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental
Summary: Dereference to a stable address even when moved
# Upstream license specification: MIT/Apache-2.0
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/stable_deref_trait
URL: https://crates.io/crates/stable_deref_trait
Source: %{crates_source}
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
%global _description %{expand:
Unsafe marker trait for types like Box and Rc that dereference to a stable
An unsafe marker trait for types like Box and Rc that dereference to a
address even when moved, and hence can be used with libraries such as
stable address even when moved, and hence can be used with libraries
owning_ref and rental.}
such as owning_ref and rental.}
%description %{_description}
%description %{_description}
@ -35,12 +30,13 @@ BuildArch: noarch
%description devel %{_description}
%description devel %{_description}
This package contains library source intended for building other packages which
This package contains library source intended for building other packages which