rust-from-c-example icon indicating copy to clipboard operation
rust-from-c-example copied to clipboard

Example of linking to and calling Rust code from C

Results 1 rust-from-c-example issues
Sort by recently updated
recently updated
newest added

``` % make test rustc -c mylib.rs warning: missing crate link meta `name`, using `mylib` as default warning: missing crate link meta `vers`, using `0.0` as default gcc -o test...