@_en_ya Explanation:
Stefan@schteppe
The graph shows a conflicting dependency version problem: two versions of the same lib in your dependency graph. In C++ you may get UB or symbol clashes. In Rust it just works: the compiler includes both versions in the build but gives the symbols unique names to avoid clashes.
English


















