You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How unnecessary is this, and will other frameworks require it? The idea here would be that "somestr".from_str() would (optionally?) return a struct containing a reference to the original string and return slices of it where possible using accessor functions. Will hyper let us hold that reference that long? Or will hyper move a String for us?
This is currently all owned data. #1 upgraded Hyper to 0.11, so this isn't necessary anymore.
The text was updated successfully, but these errors were encountered: