Start properly using lifetimes #22
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
I haven't really learned how to properly use lifetimes, but I think they can reduce memory usage & increase performance if used correctly. Rocket has the ability to return some data types as lifetypes str's instead of converting them to String, so this might be worth looking into.