It would be handy if projects could import just the c types.
I propose that the c types be placed in their own module and then (to avoid breaking anyone) they also be publicly re-exported at the crate root. That way people who need just the types can glob import libc::ctypes::* (or whatever module name).
It would be handy if projects could import just the c types.
I propose that the c types be placed in their own module and then (to avoid breaking anyone) they also be publicly re-exported at the crate root. That way people who need just the types can glob import
libc::ctypes::*(or whatever module name).