mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-16 00:17:57 +00:00
8 lines
No EOL
228 B
JavaScript
8 lines
No EOL
228 B
JavaScript
const deminifier = new Deminifier(mapping);
|
|
const crateSearcher = new CrateSearch(crateIndex);
|
|
const omnibox = new Omnibox();
|
|
|
|
(async () => {
|
|
await crateSearcher.ensureLatestCrateIndex();
|
|
await omnibox.bootstrap();
|
|
})(); |