Robin Mueller
Robin Mueller
It was just another character than expected I think. I'd need to add back the old code to reproduce it.. I'm just wondering about the differences between this implementation and...
Excuse the force pushes, a lot can go wrong when splitting things up :)
I updated the commits. Do you think renaming the project name to `csp` or `Csp` for consistency (I think most CMake projects use snake case or camel case) would be...
I am actually not fully sure whether the project name is relevant for using `find_package` or whether the library name is relevant. I'll check this. UPDATE: The project name does...
I am using this crate again and might look into this.
I can improve the commit message. Would it be okay to squash the 2 commits (the second one was a little fix) or do you want me to be strict...
I will update this after the other PRs were merged
When writing Rust bindings, I just saw that some pointer were `mut` when they did not really have to be from a logic point of view (so basically, I was...
I can do that in the next time
Do you want me to list every adapted function inside the commit log or is it okay like this?