rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.79k stars 261 forks source link

Write a basic "call Rust from C" example #296

Closed JohnTitor closed 2 years ago

JohnTitor commented 3 years ago

Fix #138 I'm not sure if this is the simplest way but should make it easy to understand.

ehuss commented 3 years ago

FWIW, this chapter seems to be getting quite long. At some point it might be worthwhile to consider breaking it up.

JohnTitor commented 2 years ago

Sorry for the huge delay! I applied your comments.

FWIW, this chapter seems to be getting quite long. At some point it might be worthwhile to consider breaking it up.

Sounds good, I'll do it on another PR not to make this PR large.