Rust

Monte Goulding monte at appisle.net
Wed Apr 28 23:59:37 EDT 2021



> On 29 Apr 2021, at 1:34 pm, David Bovill via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> I need to interface with an open-source project that is being ported to rust (from C++). I would like to make an extensions library to add new syntax to my scripts.
> 
> Is the way to go to create some C code that interfaces with rust - https://docs.rust-embedded.org/book/interoperability/rust-with-c.html

If you read the page you link then you will know the answer is yes ;-)

Also from the looks of things you should be able to make a shared library you can call from LCB by following the directions there.

Cheers

Monte





More information about the use-livecode mailing list