Taaitaaiger / jlrs

Julia bindings for Rust
MIT License
408 stars 21 forks source link

Load missing functions at runtime #131

Closed Taaitaaiger closed 1 month ago

Taaitaaiger commented 1 month ago

Instead of reimplementing missing functions, let's try to load them at runtime. It seems to work correctly when embedding Julia on Linux, let's see if this works on other platforms and in libraries as well.