Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedric05/rust-asar
https://github.com/cedric05/rust-asar
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedric05/rust-asar
- Owner: cedric05
- Created: 2022-07-30T06:38:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T06:48:14.000Z (over 2 years ago)
- Last Synced: 2024-10-05T23:21:55.578Z (3 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-asar
Command line utility to extract/list asar files## Commands
### List
Lists asar file contents
```shell
rust-asar list
```### Extract
Extracts asar file
```shell
rust-asar extract
```