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
{{ message }}
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
I'm not sure this is the best place for this, but it would be handy to have a tool that given a crate you could check which types we're exposed by that crate.
E.g. The core-text and cocoa crates expose some types from the core-graphics crate. It would be nice to be able to have a program that prints out whether any types are exposed and what they are.
The text was updated successfully, but these errors were encountered:
Hm, I see your point and I think that can be done with reasonable complexity in or using code from rust-semverver. Unfortunately, I'm currently very short on time, but I'll get back to this later this year. Or someone could pick this up -- I'll be glad to provide pointers.
I'm not sure this is the best place for this, but it would be handy to have a tool that given a crate you could check which types we're exposed by that crate.
E.g. The core-text and cocoa crates expose some types from the core-graphics crate. It would be nice to be able to have a program that prints out whether any types are exposed and what they are.
The text was updated successfully, but these errors were encountered: