Splitting implementation and interface in C++
Splitting implementation and interface in C++
Posted Feb 26, 2025 21:19 UTC (Wed) by mb (subscriber, #50428)In reply to: Splitting implementation and interface in C++ by Cyberax
Parent article: Rewriting essential Linux packages in Rust
>if your dependencies are locked at a different time.
Dependency locks are ignored.
Only the top level application crate lock matters.
>slightly different versions of libraries
No. It can include several *incompatible* versions of the libraries with a different major semantic version.
