Adrian TaylorCan CppRef<T> be ergonomic?In a previous post, I said that we simply can’t use Rust references to point to C++ types. This might work at small scale, but for any…Dec 22, 2023
Dilawar SinghAn example of `boost::fiber` libraryFiber is just a thread implemented in user space.Aug 1Aug 1
Ridvan OzaydinC++, Integrating ProjectsWith SonarQubeIn this writing I want to share my experience with creating a cmake project that contains Test Coverage and Static Code Analysis metrics…Jan 2, 2020Jan 2, 2020
Adrian TaylorCan CppRef<T> be ergonomic?In a previous post, I said that we simply can’t use Rust references to point to C++ types. This might work at small scale, but for any…Dec 22, 2023
Dilawar SinghAn example of `boost::fiber` libraryFiber is just a thread implemented in user space.Aug 1
Ridvan OzaydinC++, Integrating ProjectsWith SonarQubeIn this writing I want to share my experience with creating a cmake project that contains Test Coverage and Static Code Analysis metrics…Jan 2, 2020
Adrian TaylorRust/C++ interop: separating ownership from interfaceCan you autogenerate Rust bindings to C++ methods APIs, whilst manually managing the lifetimes of the objects?Oct 22, 2021
Gordon J MilneWorking with a team of developers all at different levels can surprise you.Consider the humble C++ iterator pattern. You use iterators to walk across a collection of objects and look, in some way, at each element…Mar 8, 2018
Gajendra GulguliaPainless C++ Coroutine-Part 3In first part of the issue, Painless C++ Coroutine Part-1, the we laid out all the components that are needed to instantiate a compilable…Jun 9, 2021