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

Added ReadBinary and WriteBinary #17

Merged
merged 1 commit into from
Dec 2, 2021
Merged

Conversation

RolandHughes
Copy link
Contributor

Hopefully this goes through okay. I needed binary for my embedded systems project. Just thieved your Read() Write() and changed to be a std::vector<uint8_t>. It appears there were some minor spacing things that either Artistic Style or my editor must have tweaked.

Oh, I'm set up to use spaces. It looks like you were using actual tabs. You may or may not want to clean that up.

Thanks for parking this library out here and hopefully this change gets in.

@gbmhunter
Copy link
Owner

Hi @RolandHughes thanks for the improvements! Definitely merging this in :-). Good point about the existing tabs, I will try and clean that up at some point (I agree, spaces are much better).

@gbmhunter gbmhunter merged commit d9fb816 into gbmhunter:master Dec 2, 2021
@RolandHughes
Copy link
Contributor Author

RolandHughes commented Dec 2, 2021 via email

@RolandHughes
Copy link
Contributor Author

RolandHughes commented Dec 2, 2021 via email

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

Successfully merging this pull request may close these issues.

2 participants