-
Notifications
You must be signed in to change notification settings - Fork 21
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
Implement Parcel for std::ffi::CString #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR is looking good, nice.
I've left a few suggestions, once they are fixed I will be happy to merge this and publish a new version of the crate.
Thanks for the patch @anarelion
I am not sure if I should be resolving conversations as I did or not. I am not used to github. I find git very confusing. |
I don't mind - it'd be remiss of me to not look over them anyway so it doesn't make much difference to me - I suppose leaving them unresolved for the reviewer could make it easier if this PR went through many iterations. At the end of the day, Moses never came down and instructed either or the other. The patch looks good, appreciate it @anarelion - I will merge it now and release a new version of the crate. |
Released 3.1.7 which includes this patch |
This allows protocols to implement null terminated strings
Resolves #21