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
This nicest thing about this is that big-endian and little-endian encodings are almost never used together. There's less opportunity to make a mistake using the library when the combinators you don't want to use aren't in scope. It also helps avoid goofy suffixed names.
The text was updated successfully, but these errors were encountered:
Currently,
bytebuild
just dumps all kinds of encodings into a single module. By contrast,bytesmith
breaks things up a little better:This nicest thing about this is that big-endian and little-endian encodings are almost never used together. There's less opportunity to make a mistake using the library when the combinators you don't want to use aren't in scope. It also helps avoid goofy suffixed names.
The text was updated successfully, but these errors were encountered: