Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

make ErlNifBinary.data mutable (GH08) #9

Merged
merged 1 commit into from
Jan 7, 2016

Conversation

tatsuya6502
Copy link
Contributor

To fix #8, change ErlNifBinary.data from *const u8 to *mut u8, so that the contents of data can be modified from Rust world.

goertzenator added a commit that referenced this pull request Jan 7, 2016
make ErlNifBinary.data mutable (GH08)
@goertzenator goertzenator merged commit a427d00 into rusterlium:master Jan 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ErlNifBinary.data should be *mut u8 instead of *const u8 (?)
2 participants