There's a problem with a quiche conan package, that if we start to embed Rust code, it can cause linker error due to different dependencies version.
Consider using separate Rust workspace to build all Rust deps. We already do the same in CoreLibs, including automatic finding of C FFI headers of external dependencies.
There's a problem with a quiche conan package, that if we start to embed Rust code, it can cause linker error due to different dependencies version.
Consider using separate Rust workspace to build all Rust deps. We already do the same in CoreLibs, including automatic finding of C FFI headers of external dependencies.