scentini

Results 6 issues of scentini

Supose we have a `struct A`, and a function `void processA(const vector &v)`. In Rust we we want to create an `A` object and call the `processA` function with it,...

ergonomics

Currently it is not possible to call the following function ```C++ int addOne(int val=0) { return val + 1; } ``` as ```Rust add_one() ``` in Rust. The reason for...

cpp-feature

https://github.com/bazelbuild/rules_rust/pull/1537#issuecomment-1255027150

Bazel `6.4` was released in, Oct 2023, we're well beyond the support window. I updated straight to `7.3.1` because according to the [docs](https://github.com/bazelbuild/bazel/releases/tag/7.3.1) it's fully compatible with `7.0`: > Bazel...