added cargo doc
This commit is contained in:
parent
1fc53d2ffb
commit
1273065096
61 changed files with 2747 additions and 22 deletions
5
doc/search-index.js
Normal file
5
doc/search-index.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
var searchIndex = JSON.parse('{\
|
||||
"sk_extract":{"doc":"","t":"AFFFFFFFFFF","n":["extractors","extract_7z","extract_bz2","extract_gz","extract_lzma","extract_rar","extract_tar","extract_tbz2","extract_tgz","extract_txz","extract_zip"],"q":[[0,"sk_extract"],[1,"sk_extract::extractors"]],"d":["","Extracts files from a 7Z archive.","Extracts files from a BZ2 (bzip2) compressed archive.","Extracts files from a GZ (gzip) compressed archive.","Extracts files from an LZMA compressed archive.","Extracts files from a RAR archive.","Extracts files from a TAR archive.","Extracts files from a TBZ2 (tar.bz2) compressed archive.","Extracts files from a TGZ (tar.gz) compressed archive.","Extracts files from a TXZ (tar.xz) compressed archive.","Extracts files from a ZIP archive."],"i":[0,0,0,0,0,0,0,0,0,0,0],"f":[0,[[1,1],[[3,[2]]]],[[1,1],[[3,[2]]]],[[1,1],[[3,[2]]]],[[1,1],[[3,[2]]]],[[1,1],[[3,[[5,[4]]]]]],[[1,1],[[3,[2]]]],[[1,1],[[3,[2]]]],[[1,1],[[3,[2]]]],[[1,1],[[3,[2]]]],[[1,1],[[3,[2]]]]],"c":[],"p":[[3,"Path"],[3,"Error"],[4,"Result"],[8,"Error"],[3,"Box"]]}\
|
||||
}');
|
||||
if (typeof window !== 'undefined' && window.initSearch) {window.initSearch(searchIndex)};
|
||||
if (typeof exports !== 'undefined') {exports.searchIndex = searchIndex};
|
||||
Loading…
Add table
Add a link
Reference in a new issue