You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ur_api.h header is 12K lines and this may result in longer compile times than desirable as noted here.
We should split out the UR basic types, handle definitions, and any other necessary non struct/function types which would let us avoid including the ur_api.h header when it's not necessary. This would then also be included by ur_api.h and existing uses would see no change.