scan-crate-for-typedefs 0.2.0

simple crate that lets us scan one or all crates in the current workspace, or a vendored crate for traits, fns, structs, enums, and types using rust-analyzer api
Documentation
1
2
3
4
5
6
7
8
9
10
11

Simple crate that lets us scan one or all crates
in the current workspace.

We can also use it to scan a vendored crate.

This helps us search a crate directly for trait, fn, struct,
enum, and type names.

This crate uses the rust-analyzer API to perform
the heavy lifting.