mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 00:50:35 +02:00
gnu: Add rust-smallstring-0.1.
* gnu/packages/crates-io.scm (rust-smallstring-0.1): New variable. Change-Id: Icf33a14265922881ddf623e83ac454e7454851d1
This commit is contained in:
@@ -78473,6 +78473,27 @@ I/O programming.")
|
||||
inline storage.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-smallstring-0.1
|
||||
(package
|
||||
(name "rust-smallstring")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "smallstring" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0zq8xgxcfg908x8k59kylx7vcfd5cknmdbl1w6h5d3xknnyhm59h"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-smallvec" ,rust-smallvec-0.3))))
|
||||
(home-page "https://github.com/jFransham/smallstring")
|
||||
(synopsis "Store small strings on the stack using smallvec")
|
||||
(description
|
||||
"This package provides Small string optimization: store small strings on
|
||||
the stack using smallvec.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-smallvec-1
|
||||
(package
|
||||
(name "rust-smallvec")
|
||||
|
||||
Reference in New Issue
Block a user