|
|
|
|
|
by mmastrac
490 days ago
|
|
I've tried to wrap up my philosophy on how a significant chunk of rust code can be written without lifetimes using shared and sharedmut primitives. I've shipped three projects on it and they are pretty much as performant as they can be. I've never regretted skipping the lifetime work in application code. https://github.com/mmastrac/keepcalm I still dig into lifetimes for a lot of true low-level code but it doesn't need to exist at all at the high level |
|