Hacker News new | ask | show | jobs
by mrheosuper 332 days ago
Can Rust program link with Shared C library? If yes then I would argue they have the same problem with dependency version.
1 comments

Yes it can and yes indeed it's sometimes a pain in the ass.

However, some (maybe even most) C libraries' Rust bindings deal with this automatically when installed via Cargo.