Mick van Gelderen
Mick van Gelderen
First of all, I'm not sure if this is a problem with cargo.el, but it is my best guess. I will try to explain my situation as best as possible....
Does it make sense to add a `zip` function to array-like types? Doing so will make it less error-prone to do custom element wise operations: ```rust /// Compute the element...
I am working on a project using `uom` for quantity and unit aware numeric types. I have a piece of code that should abstract over `Length` and `Angle` and requires...
I just figured out that when you are calling `VR_GetGenericInterface` from the C version of the API, you need to supply for example `"FnTable:IVRSystem_019"` instead of `"IVRSystem_019"` which is the...
Add the ignore flag which make cargo-machete respect .ignore and .gitignore files when searching for files. I've tried to make minimal changes. I've also tried not to make any breaking...
I have a project that includes a git submodule for `.proto` files. Inside of the submodule there is an example rust crate that has nothing to do with the main...
Depends on https://github.com/pola-rs/polars/pull/15040
Depends on https://github.com/pola-rs/polars/pull/15186