mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: Add rust-ego-tree-0.6.
* gnu/packages/crates-io.scm (rust-ego-tree-0.6): New variable.
This commit is contained in:
parent
cc415fd880
commit
64662ca988
1 changed files with 18 additions and 0 deletions
|
@ -15346,6 +15346,24 @@ (define-public rust-edit-distance-2
|
|||
"Levenshtein edit distance between strings, a measure for similarity.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-ego-tree-0.6
|
||||
(package
|
||||
(name "rust-ego-tree")
|
||||
(version "0.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ego-tree" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "149mkc6j7bx653s39rpnsnpl5dvd1rj18czcil57w54k868a8s1s"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/programble/ego-tree")
|
||||
(synopsis "Vec-backed ID-tree")
|
||||
(description "Ego Tree provides a vec-backed ID-tree.")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public rust-either-1
|
||||
(package
|
||||
(name "rust-either")
|
||||
|
|
Loading…
Reference in a new issue