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
ADD: from_header_elements() constructor consuming its input
from_header_slice() clones the elements from a slice, in many cases this wont be optimal.
from_header_elements() fixes this by consuming elements for a HeaderVec from a IntoIterator
0 commit comments