mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add rust-aliasable-deref-trait.
* gnu/packages/crates-io.scm (rust-aliasable-deref-trait-0.2): New variable.
This commit is contained in:
parent
6bfcda00a5
commit
b44d9101e1
1 changed files with 20 additions and 0 deletions
|
@ -2538,6 +2538,26 @@ (define-public rust-alga-derive-0.9
|
|||
@code{alga} crate.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-aliasable-deref-trait-0.2
|
||||
(package
|
||||
(name "rust-aliasable-deref-trait")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "aliasable_deref_trait" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0abzqsxd09jxl01brzjnwk8zg7k8zma76gzq87385q8fqm710jxb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/avitex/rust-aliasable-deref-trait")
|
||||
(synopsis "Marker trait for aliasable pointers")
|
||||
(description
|
||||
"This package provides a marker trait for types that deref to an
|
||||
address that is aliasable when coerced to a raw pointer")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-alloc-no-stdlib-2
|
||||
(package
|
||||
(name "rust-alloc-no-stdlib")
|
||||
|
|
Loading…
Reference in a new issue