Open zjp-CN opened 8 months ago
nucleo is an example for this.
pub use nucleo_matcher::{chars, Config, Matcher, Utf32Str, Utf32String}; is written under root, but not shown in term-rustdoc for now.
pub use nucleo_matcher::{chars, Config, Matcher, Utf32Str, Utf32String};
They are not in IndexMap which is the only source for Import kind. They are in PathMap, but only without any details.
https://github.com/zjp-CN/term-rustdoc/blob/4591e8b24e2d01a13531874267029e9fcf4544c0/src/tree/nodes/imports.rs#L33
https://github.com/zjp-CN/term-rustdoc/commit/07f9e84e2ec67a56f87efc2606ed791905f0f17c mitigates the lack of external items. We can see the item nodes, but neither markdown docs nor inner stuff will be shown.
nucleo is an example for this.
pub use nucleo_matcher::{chars, Config, Matcher, Utf32Str, Utf32String};
is written under root, but not shown in term-rustdoc for now.They are not in IndexMap which is the only source for Import kind. They are in PathMap, but only without any details.
https://github.com/zjp-CN/term-rustdoc/blob/4591e8b24e2d01a13531874267029e9fcf4544c0/src/tree/nodes/imports.rs#L33