me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-memo-map-0.3.

* gnu/packages/crates-io.scm (rust-memo-map-0.3): New variable.
Efraim Flashner 2023-08-03 11:52:38 +03:00
parent e926e59aa7
commit 78ad600941
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 18 additions and 0 deletions

View File

@ -37704,6 +37704,24 @@ file IO.")
(sha256
(base32 "0nmymqy9q62x577ydja0ysfyir7h5qa0n5fwcnvchfhhlsi0rdyr"))))))
(define-public rust-memo-map-0.3
(package
(name "rust-memo-map")
(version "0.3.1")
(source (origin
(method url-fetch)
(uri (crate-uri "memo-map" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0h0c80ilf74872nfn1dx65zdj60cxcczrbks113l9kk0jp07dhmf"))))
(build-system cargo-build-system)
(home-page "https://github.com/mitsuhiko/memo-map")
(synopsis "Synchronized map for memoization")
(description "This package provides a crate implementing a synchronized map
for memoization.")
(license license:asl2.0)))
(define-public rust-memoffset-0.9
(package
(name "rust-memoffset")