Thomas van Doornmalen
Thomas van Doornmalen
You mean creating a Julia struct from Rust that contains an array? I'm away from a pc right now, but iirc you can call constructors by calling the appropriate `DataType`...
I want to let you know I've been very busy recently so I haven't had the time to write a good response yet, but I hope to have it finished...
This turned out a lot longer than I expected. I start by providing some basic info about how new instances of simple structs can be returned though `ccall`, followed by...
I'm happy to hear that, feel free to ask for more info if you have any questions! I'll add it to the docs.
I don't think such a crate is necessary, rather the binary needs to be able to find the libraries it depends on at runtime, either through environment variables or by...
As I understand it, libjulia is dynamically linked, so as long as it can be found at runtime (via the Path environment variable on Windows, or LD_LIBRARY_PATH on Linux) it...
Yes. In my experience there are minor, but backwards-incompatible, changes every version. Sometimes it's the signature of a function, sometimes it's the layout of a type. It would be nice...
MacOS support is now available in the dev branch.