matklad / once_cell

Rust library for single assignment cells and lazy statics without macros
Apache License 2.0
1.84k stars 110 forks source link

Consider writing a guide to migrating to std equivalents #258

Closed stackinspector closed 1 month ago

stackinspector commented 1 month ago

This crate is conceptually equivalent to the std features once_cell and lazy_cell, and any potential inconsistencies in behavior should be highlighted. Any minor API differences, if there are, should also be listed.

matklad commented 1 month ago

Differences with std are already documented to a sufficient degree