[go: up one dir, main page]

once_cell 0.1.6

Single assignment cells and lazy static values without macros.
Documentation
1
2
3
4
5
6
7
8
9
# Changelog

## 1.0.6

- `unsync::OnceCell<T>` is `Clone` if `T` is `Clone`.

## 1.0.5

- No changelog until this point :(