gnu: rust-once-cell: Improve description.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 20 Dec 2020 12:29:23 +0000 (13:29 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 3 Jan 2021 21:06:37 +0000 (22:06 +0100)
* gnu/packages/crates-io.scm (rust-once-cell-1)[descripiton]: Expand
description.

gnu/packages/crates-io.scm

index ddca596..328fde1 100644 (file)
@@ -19995,7 +19995,10 @@ other crates to create safe wrappers around Oniguruma.")
     (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