urbeker@programming.devtoRust@programming.dev•New to Rust: How does Rust handle dynamic libraries
·
1 year agoDynamic libs in rust are supported but only through a c abi and it's a bit complicated.
Looking at av1an I couldn't see anything showing it is dynamicly loading anything, it looks to statically link to ffmpeg according to the build instructions.
Neat, a way of ensuring zero panics in at least your own code is really cool. I wonder how deep the lint goes.