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