mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: rust-once-cell: Improve description.
* gnu/packages/crates-io.scm (rust-once-cell-1)[descripiton]: Expand description.
This commit is contained in:
parent
2cfceef646
commit
b08673dc87
1 changed files with 4 additions and 1 deletions
|
@ -19995,7 +19995,10 @@ (define-public rust-once-cell-1
|
||||||
(home-page "https://github.com/matklad/once_cell")
|
(home-page "https://github.com/matklad/once_cell")
|
||||||
(synopsis "Single assignment cells and lazy values")
|
(synopsis "Single assignment cells and lazy values")
|
||||||
(description
|
(description
|
||||||
"Single assignment cells and lazy values.")
|
"This package provides two new cell-like types, @code{unsync::OnceCell}
|
||||||
|
and @code{sync::OnceCell}. OnceCell might store arbitrary non-copy types, can
|
||||||
|
be assigned to at most once and provide direct access to the stored
|
||||||
|
contents.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-once-cell-0.1
|
(define-public rust-once-cell-0.1
|
||||||
|
|
Loading…
Reference in a new issue