• 0 Posts
  • 3 Comments
Joined 1Y ago
cake
Cake day: Jun 13, 2023

help-circle
rss

Yeah, you can dynamically link in Rust, but it’s a pain because you have to use the C ABI since Rust’s ABI isn’t stable, and you have to miss out on exporting more fancy types


Depending on which is more convenient and whether your dependencies are security-critical, you can do both on the same program. :D