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
Would it be a possible to make U*Cstring growable? Adding at least a push method. It would require changing the buffer to Vec<u*> instead of Box<[u*]> and moving to NUL terminator to the end when appending. I can work on a PR.
The text was updated successfully, but these errors were encountered:
Would it be a possible to make U*Cstring growable? Adding at least a
push
method. It would require changing the buffer toVec<u*>
instead ofBox<[u*]>
and moving to NUL terminator to the end when appending. I can work on a PR.The text was updated successfully, but these errors were encountered: