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
Avoid double allocation when passing strings via IntoParam (#1713)
* Use an iterator instead of double allocation for strings
* Add a missing trailing new line
* Use `T::default` instead of `Default::default` for clarity
* Rename `from_iter` to `string_from_iter` for clarity
* Run `cargo fmt`
* Make string_from_iter from memory safe
* Encoder is fused because Chain is fused
* Remove unsafe from string_from_iter as it is memory-safe
* Incorporate ryancerium and rylev's suggestions
* Correct documentation error
0 commit comments