mw::com currently only has a C++ interface. To support our users we must provide a Rust interface. This ticket is about creating a first POC for a Rust API. After this POC is finished, we have a basic ...
There are a couple main goals of this repository. I want to provide an implementation of at least libc and libm written entirely in rust (and likely some inline assembly on some platforms). This must ...