Closed
Description
once_cell
by @matklad provides a neat way of initializing lazy singletons. There's a related RFC out now to add this to the stdlib.
In anticipation of this, and in order to help test it, it might be nice if we switched our code over to use once_cell
from lazy-static
.