Splitting implementation and interface in C++
Splitting implementation and interface in C++
Posted Feb 27, 2025 18:41 UTC (Thu) by Cyberax (✭ supporter ✭, #52523)In reply to: Splitting implementation and interface in C++ by mb
Parent article: Rewriting essential Linux packages in Rust
And yep, it's strictly better than C. It's just not a trivial task...
Posted Feb 27, 2025 19:11 UTC (Thu)
by mb (subscriber, #50428)
[Link]
There's no need to use a lock file or to use an online crates forge.
I don't really get it why this would be a nontrivial task.
>I dislike just ignoring the
Well, you can either use it or ignore it.
Splitting implementation and interface in C++
https://doc.rust-lang.org/cargo/commands/cargo-install.ht...
You can just use what is --offline available in your distribution.
If you don't want to use it, because you want to use your own packaged dependencies there's only the option to ignore it, right?
