gnu: rust-once-cell: Improve description.

* gnu/packages/crates-io.scm (rust-once-cell-1)[descripiton]: Expand
description.
This commit is contained in:
Nicolas Goaziou 2020-12-20 13:29:23 +01:00
parent 2cfceef646
commit b08673dc87
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19995,7 +19995,10 @@ (define-public rust-once-cell-1
(home-page "https://github.com/matklad/once_cell")
(synopsis "Single assignment cells and lazy values")
(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))))
(define-public rust-once-cell-0.1