Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBincode adds unexpected newline character to a file. #234
Comments
|
Thanks @dtolnay |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have following
structI am serializing it with following code and then writing serialized byte array in a file:
I get the following output:
How can I add separators between different records in a file?