From a7047a6df75f5bd3bd0d47d7b3e9933945da72d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Mon, 11 Feb 2019 16:01:04 +0100 Subject: [PATCH] Prettify README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd6addf..aff4339 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # rust-once_cell -The rust-once_cell package \ No newline at end of file +Single assignment cells and lazy static values without macros. + +Upstream repository: https://github.com/matklad/once_cell +Upstream documentation: https://docs.rs/once_cell/ +crates.io releases: https://crates.io/crates/once_cell