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

Documentation clarification: Add link from endianess to unaligned_type #980

Closed
denravonska opened this issue Nov 29, 2024 · 1 comment
Closed

Comments

@denravonska
Copy link
Contributor

I was looking at the Endian section to find fixed endian integers, but I later realized that they are located in unaligned_type. That makes sense when you know how they work, but it doesn't when you don't :)

Maybe it could be a good idea to add a note in Endian to point people in the right direction. Something like

If you are looking for fixed endian integers like le_int16_t or be_uint32_t you can find them in unaligned_type.

@jwellbelove
Copy link
Contributor

Done

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

No branches or pull requests

2 participants