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
The tokenizer type itself allocates some strings on self that one should be able to replace with their own buffers and allocation behavior. Create another trait much like Emitter and expose push/pop/clear-type methods.
The text was updated successfully, but these errors were encountered:
The tokenizer type itself allocates some strings on
self
that one should be able to replace with their own buffers and allocation behavior. Create another trait much likeEmitter
and exposepush/pop/clear
-type methods.The text was updated successfully, but these errors were encountered: