
This PR provides extensions with the ability to define providers for indexing docs. Release Notes: - N/A
7 lines
132 B
Rust
7 lines
132 B
Rust
mod providers;
|
|
mod registry;
|
|
mod store;
|
|
|
|
pub use crate::providers::rustdoc::*;
|
|
pub use crate::registry::*;
|
|
pub use crate::store::*;
|