Examples

The Hello World example is the smallest possible Interoptopus project — a single crate exporting one function to C#, useful for getting a feel for the workflow.

The Production Project shows the recommended layout for real projects: three crates keeping core logic, FFI glue, and build steps cleanly separated.