Elias Bögel
Elias Bögel
Partially similar to #876. I recently came across the more and more common use case of shaders implementing automatic differentiation. Because it is not possible to overload operators, this is...
Hi, I'm wondering whether there are any more advanced examples or, even better, research codes using the Rust bindings outside of the libceed repository that go into more depth than...
Currently, as far as I can tell, network authentication is essentially inputting the network password. However, that is not enough for some corporate networks that require setting different authentication methods...
Hi, In #1621, it was mentioned that functionality to create QFunctions from C source through the Rust bindings would be reasonably straightforward to implement. This would allow usage of the...
Hi, I was just trying to build both my own application as well as the Rust examples on a new machine, running an `aarch64` Darwin system. The build of the...
Hi, I'm currently trying out a basic Rust example. libCEED was added as a dependency as per the docs: ``` [dependencies] libceed = "0.12.0" ``` I am using only QFrunctions...