-
Notifications
You must be signed in to change notification settings - Fork 19
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
Learn unsafe Rust: Provide initial content for the chapter "ABI and FFI" #150
Comments
I started writing stuff and uploaded that to my personal repo fork: https://github.com/darkwisebear/learn_unsafe_rust/blob/initial_content_abi_ffi/src/core_unsafety/abi_and_ffi.md. Feel free to create PRs to that or comment here on what's there already. |
Hey @darkwisebear, thanks for kicking this off for ABI and FFI :) I'd like to keep our merges back to the repo consistent. Consider opening a PR based on your branch to here to raise awareness. I'm very happy to merge even partially completed sections as @iglesias has been doing. |
I can open a draft PR; I don't want to merge it as-is, it's really half-baked still, but people can anyway already start commenting if they want to. |
Hey sorry I probably was not clear! I meant to open a PR to this repo, not the Learn unsafe Rust, with any intermediate work. That way we can have a chance to collaborate and merge pieces. I agree that for contributing back to Learn unsafe Rust we'd want one comprehensive package of work. |
@PLeVasseur Understood, yeah, I can do that. I will just put the file into a subdir of this repo, keeping the structure of the original repo. |
Great, sounds like a good plan! Thanks for starting it. |
Todo
Provide initial content for the ABI and FFI chapter of the Learn unsafe Rust book.
Proposed content
The text was updated successfully, but these errors were encountered: