When building support for Rust applications, we needed a system that could give us dynamic access to types, attributes and methods at runtime. Since Rust doesn't have native support for such things, we had to build our own version of a runtime reflection ... (more…)
Read more »
A C/C++ build system/project manager written in Rust - STBoyden/ocean... (more…)
Read more »
Cross building Rust code with Nix in one click. Contribute to syncom/rust-cross-build-nix development by creating an account on GitHub. (more…)
Read more »
Like a number of other folks, I have recently been exploring some slightly less well-worn corners of the Rust type system. In my particular case, this involv... (more…)
Read more »