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
I want to reimplement certain encoders/decoders to improve performance by skipping parts I dont need.
It would be nice to be able to reuse some Encoder/Decoder implementations on types like VarInt, but that is currently impossible even though VarInt is public since the Encoder and Decoder traits are private.
Any chance of them being made public?
The text was updated successfully, but these errors were encountered:
I want to reimplement certain encoders/decoders to improve performance by skipping parts I dont need.
It would be nice to be able to reuse some Encoder/Decoder implementations on types like VarInt, but that is currently impossible even though VarInt is public since the Encoder and Decoder traits are private.
Any chance of them being made public?
The text was updated successfully, but these errors were encountered: