unrar.rs
Rust library for extracting, listing and testing RAR archives.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- 100M.part00002.rar
- archive.part1.rar
- comment-hpw-password.rar
- comment.rar
- crypted.rar
- locked.rar
- recovery-record.rar
- solid.rar
- unicode-entry.rar
- unicode.rar
- unicodefilename❤️.rar
- utf8.rar
- version.rar
- basic_extract.rs
- basic_list.rs
- lister.rs
- read_named.rs
- all.rs
- linux.rs
- mod.rs
- archive.rs
- error.rs
- lib.rs
- open_archive.rs
- archiveflags.rs
- crypted.rs
- multipart.rs
- simple.rs
- utf8.rs
- lister.rs
- lib.rs
- index.md
- Introduction.md
- RAR5Format.md
- RARCallback.md
- RARCloseArchive.md
- RARGetDllVersion.md
- RARHeaderData.md
- RARHeaderDataEx.md
- RAROpenArchive.md
- RAROpenArchiveData.md
- RAROpenArchiveDataEx.md
- RAROpenArchiveEx.md
- RARProcessFile.md
- RARProcessFileW.md
- RARReadHeader.md
- RARReadHeaderEx.md
- RARSetCallback.md
- RARSetChangeVolProc.md
- RARSetPassword.md
- RARSetProcessDataProc.md
- acknow.txt
- arccmt.cpp
- archive.cpp
- archive.hpp
- arcread.cpp
- array.hpp
- blake2s.cpp
- blake2s.hpp
- blake2s_sse.cpp
- blake2sp.cpp
- cmddata.cpp
- cmddata.hpp
- cmdfilter.cpp
- cmdmix.cpp
- coder.cpp
- coder.hpp
- compress.hpp
- consio.cpp
- consio.hpp
- crc.cpp
- crc.hpp
- crypt.cpp
- crypt.hpp
- crypt1.cpp
- crypt2.cpp
- crypt3.cpp
- crypt5.cpp
- dll.cpp
- dll.def
- dll.hpp
- dll.rc
- dll_nocrypt.def
- encname.cpp
- encname.hpp
- errhnd.cpp
- errhnd.hpp
- extinfo.cpp
- extinfo.hpp
- extract.cpp
- extract.hpp
- filcreat.cpp
- filcreat.hpp
- file.cpp
- file.hpp
- filefn.cpp
- filefn.hpp
- filestr.cpp
- filestr.hpp
- find.cpp
- find.hpp
- getbits.cpp
- getbits.hpp
- global.cpp
- global.hpp
- hardlinks.cpp
- hash.cpp
- hash.hpp
- headers.cpp
- headers.hpp
- headers5.hpp
- isnt.cpp
- isnt.hpp
- license.txt
- list.cpp
- list.hpp
- loclang.hpp
- log.cpp
- log.hpp
- makefile
- match.cpp
- match.hpp
- model.cpp
- model.hpp
- options.cpp
- options.hpp
- os.hpp
- pathfn.cpp
- pathfn.hpp
- qopen.cpp
- qopen.hpp
- rar.cpp
- rar.hpp
- rardefs.hpp
- rarlang.hpp
- raros.hpp
- rarpch.cpp
- rartypes.hpp
- rarvm.cpp
- rarvm.hpp
- rawint.hpp
- rawread.cpp
- rawread.hpp
- rdwrfn.cpp
- rdwrfn.hpp
- readme.txt
- recvol.cpp
- recvol.hpp
- recvol3.cpp
- recvol5.cpp
- resource.cpp
- resource.hpp
- rijndael.cpp
- rijndael.hpp
- rs.cpp
- rs.hpp
- rs16.cpp
- rs16.hpp
- scantree.cpp
- scantree.hpp
- secpassword.cpp
- secpassword.hpp
- sha1.cpp
- sha1.hpp
- sha256.cpp
- sha256.hpp
- smallfn.cpp
- smallfn.hpp
- strfn.cpp
- strfn.hpp
- strlist.cpp
- strlist.hpp
- suballoc.cpp
- suballoc.hpp
- system.cpp
- system.hpp
- threadmisc.cpp
- threadpool.cpp
- threadpool.hpp
- timefn.cpp
- timefn.hpp
- ui.cpp
- ui.hpp
- uicommon.cpp
- uiconsole.cpp
- uisilent.cpp
- ulinks.cpp
- unicode.cpp
- unicode.hpp
- unpack.cpp
- unpack.hpp
- unpack15.cpp
- unpack20.cpp
- unpack30.cpp
- unpack50.cpp
- unpack50frag.cpp
- unpack50mt.cpp
- unpackinline.cpp
- UnRAR.vcxproj
- UnRARDll.vcxproj
- uowners.cpp
- version.hpp
- volume.cpp
- volume.hpp
- win32acl.cpp
- win32lnk.cpp
- win32stm.cpp
- patches.txt
- README.md
- upgrade.sh
- build.rs
- Cargo.toml
- .gitignore
- Cargo.toml
- CHANGELOG.md
- cliff.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/muja/unrar.rs
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd unrar.rs
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Rust
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
Run this example: `cargo run --example basic_list path/to/archive.rar`.
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
