me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-matchit-0.7.

* gnu/packages/crates-io.scm (rust-matchit-0.7): New variable.

Change-Id: I0d20d0eb43938d4e4f460bf49f70064b591a71f3
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Wilko Meyer 2024-01-08 02:52:55 +01:00 committed by Efraim Flashner
parent 92ab337b16
commit 9ea97ee211
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 20 additions and 0 deletions

View File

@ -39268,6 +39268,26 @@ in html5ever/xml5ever")
(("rust-rustc-test" ,rust-rustc-test-0.3)
("rust-serde-json" ,rust-serde-json-1))))))
(define-public rust-matchit-0.7
(package
(name "rust-matchit")
(version "0.7.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "matchit" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "156bgdmmlv4crib31qhgg49nsjk88dxkdqp80ha2pk2rk6n6ax0f"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t)) ; Cut the dependency tree.
(home-page "https://github.com/ibraheemdev/matchit")
(synopsis "High performance, zero-copy URL router")
(description
"This package provides a high performance, zero-copy URL router.")
(license (list license:expat license:bsd-3))))
(define-public rust-match-cfg-0.1
(package
(name "rust-match-cfg")