Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider providing a byte order enum that allows picking the byte order at runtime #59

Closed
carllerche opened this issue Nov 4, 2016 · 1 comment
Labels

Comments

@carllerche
Copy link

Currently, it looks like the byte order must be selected in the code. It would be nice to have:

enum Endian {
    Little,
    Big,
}

Or something like that.

@BurntSushi
Copy link
Owner

I don't understand what problem you're trying to solve. Could you elaborate more on what you're trying to do and why this enum would be useful?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants