Splitting implementation and interface in C++
Splitting implementation and interface in C++
Posted Feb 25, 2025 6:48 UTC (Tue) by mb (subscriber, #50428)In reply to: Splitting implementation and interface in C++ by ras
Parent article: Rewriting essential Linux packages in Rust
> That information would be roughly equivalent to what's put in a .h file now. But where would you put it?
Put it into a my-public-interface crate and generate the docs for it? I don't see the problem.
