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?
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?