Hello, currently I am trying to generate rust bindings for cuda (cublas, cufft, cusolver, etc). Currently I am doing this through bindgen, but I would like to be able to identify which parameters are inputs / outputs. I noticed that on the cuda toolkit documentation this is available in the parameters table for each function, and I was wondering if this information was available in a machine readable form such as an xml?
Best,
Yash