Now that rust got its own sync lazy type, is there any difference with once_cell
's Lazy
? I've been wondering if I can remove this dependency for an std solution.
The only real difference I see is the MSRV, but I may have missed something
Now that rust got its own sync lazy type, is there any difference with once_cell
's Lazy
? I've been wondering if I can remove this dependency for an std solution.
The only real difference I see is the MSRV, but I may have missed something
You can use the stdlib version.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.