blog/rust/0x05/ #2
Replies: 2 comments 1 reply
-
Testing this feature :D |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's nice 🍀🪴🥲👁️😍😅😆🐧 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
blog/rust/0x05/
Qua các bài viết về concept cơ bản trong Rust trước đó. Hôm nay mình sẽ làm 1 tool giải nén file zip bằng thư viện zip trong Rust.
Cách sử dụng tool này khá đơn giản, chỉ cần nhập dòng lệnh sau
cargo run <file_name> Ok, bắt đầu thôi nào.
Tạo project với Cargo Sử dụng cargo new để tạo 1 project mới
cargo new extract-zip-file Mình sẽ có cấu trúc thư mục cơ bản như sau:
http://localhost:1313/blog/rust/0x05/
Beta Was this translation helpful? Give feedback.
All reactions