Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Add the ability to query exposed types #63

Closed
jrmuizel opened this issue Jul 20, 2018 · 2 comments
Closed

Add the ability to query exposed types #63

jrmuizel opened this issue Jul 20, 2018 · 2 comments

Comments

@jrmuizel
Copy link

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.

@ibabushkin
Copy link
Contributor

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.

ibabushkin added a commit that referenced this issue Jun 9, 2019
As requested in #63, this adds a way to list all items in the type
namespace of a crate.
@ibabushkin
Copy link
Contributor

Alright, a reasonably polished (but kind of hacky under the hood) version of this feature is available in semverver v0.1.35.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants