Henrik Kaare Poulsen
Results
3
comments of
Henrik Kaare Poulsen
I do not see where the "fixed struct buffer" comes into play. As far as I can see, the C interface returns a list, and the Rust API truncates the...
Thanks for the info, I did not realize that there was a limit in the C interface as well. However, there are different limits in C and Rust: C: `#define...
Cool, thanks! My value of 32 in Rust was just arbitrary, since I did not realize there was a limit in C.