-
Hi,
I'm trying to work out how safe calling the error method is, for reporting problems back to Lua code. It causes longjmp to unwind past a Rust function, which sounds undefined, but can it be safe i…
-
I'm opening this as a top-level tracking issue for some initial possible projects for incrementally introducing Rust to Envoy. The idea is to benefit from the memory safety and ecosystem growth in Rus…
-
First, let me say that I am by no means a *Rust* expert. However, I have noticed several cases while reviewing the Unit WASM "Rusty" API where the code is not very conventional (lit. doesn't follow c…
-
On startup pull backlog from the server and disregard the log on disk.
-
Related to #93:
DWM might be a nice example since it is relatively small. To do: double check its license.
-
I'm cross compiling for a linux musl target on MacOS, using the latest version of the homebrew musl-cross package.
This works fine for normal work I do.
However, when attempting to do a standard bui…
-
This is very similar to #29 and there are a lot of great comments that are relevant to this there. However, I think #29 is along the lines of "how can an end-user of an engine use rust with existing e…
-
I would like to enable `libmultiprocess` across different languages where `ProxyClient` is in a C++ process and `ProxyServer` is in a Rust process (or vice-versa), while still keeping the interface de…
-
## Expected Behavior
I can pass `std::vector`, but the the c++ library I want to use uses `int`, not `int32_t`
```c++
std::vector build_array() {
auto values = std::vector {1,2,3,4,5};
…
-
It's not a bug report, but it's not a question too, so I think it's an appropriate place to write this proposal.
There is plenty of projects that are trying to implement FFI bindings to opencv, e.g…