synchronization primitive in Rust that allows you to initialize a value exactly once, safely and lazily, and then read it any number of times afterward.

A thread-safe, write-once, read-many container.