sgeos / lang_interop

A repository for demonstrating language interoperation via the C ABI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lang_interop

A repository for demonstrating language interoperation via the C ABI.

Getting the exact same Rust code to link with Rust and other languages is not easy to do in the general case, so this example has some issues. Note that nightly rust needs to be used to compile the no_std code.

References

About

A repository for demonstrating language interoperation via the C ABI.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Assembly 59.7%Language:Rust 31.5%Language:C 5.3%Language:C++ 3.5%