gnu: Add rust-stats-alloc-0.1.
* gnu/packages/crates-io.scm (rust-stats-alloc-0.1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
8608343d1d
commit
eabb69807b
1 changed files with 21 additions and 0 deletions
|
@ -54946,6 +54946,27 @@ (define-public rust-statrs-0.12
|
|||
Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-stats-alloc-0.1
|
||||
(package
|
||||
(name "rust-stats-alloc")
|
||||
(version "0.1.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "stats-alloc" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1l3rs4m0q8y78dr9r4wxwhncqakkqzic4bqc6sgrcwv2y9mwjq52"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t))
|
||||
(home-page "https://github.com/neoeinstein/stats_alloc")
|
||||
(synopsis "Allocator wrapper")
|
||||
(description
|
||||
"This package provides an allocator wrapper that allows for
|
||||
instrumenting global allocators.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-stb-truetype-0.3
|
||||
(package
|
||||
(name "rust-stb-truetype")
|
||||
|
|
Loading…
Reference in a new issue