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
I think it might be useful to be able to use the low level ffi directly and then convert the result to Shape (or Edge or whatever) somehow. I didn't find any way to do it because the inner field is defined as public only on crate level. Am I missing something?
The text was updated successfully, but these errors were encountered:
At the moment most types are defined like this:
I think it might be useful to be able to use the low level ffi directly and then convert the result to
Shape
(orEdge
or whatever) somehow. I didn't find any way to do it because the inner field is defined as public only on crate level. Am I missing something?The text was updated successfully, but these errors were encountered: