diff options
Diffstat (limited to 'search-index.js')
-rw-r--r-- | search-index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/search-index.js b/search-index.js new file mode 100644 index 0000000..444ca0f --- /dev/null +++ b/search-index.js @@ -0,0 +1,4 @@ +var searchIndex = JSON.parse('{\ +"fastcgi_conduit":{"doc":"fastcgi-conduit","i":[[3,"Server","fastcgi_conduit","The application server that interfaces with FastCGI.",null,null],[11,"start","","Start the server.",0,[[["handler",8],["sync",8]],["server",3]]],[11,"from","","",0,[[]]],[11,"into","","",0,[[]]],[11,"borrow","","",0,[[]]],[11,"try_from","","",0,[[],["result",4]]],[11,"try_into","","",0,[[],["result",4]]],[11,"borrow_mut","","",0,[[]]],[11,"type_id","","",0,[[],["typeid",3]]]],"p":[[3,"Server"]]}\ +}'); +addSearchOptions(searchIndex);initSearch(searchIndex);
\ No newline at end of file |