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
binary currently has its own Builder type. bytestring (an existing dependency of binary), also defines one. As noted in #37, binary should eventually switch to using the upstream Builder from bytestring. @kolmodin claims performance issues, which need to be investigated first before this can be completed.