Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toyobayashi/asar-rs
https://github.com/toyobayashi/asar-rs
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/toyobayashi/asar-rs
- Owner: toyobayashi
- Created: 2023-07-26T16:36:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T15:37:58.000Z (9 months ago)
- Last Synced: 2024-10-11T20:58:36.100Z (27 days ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# asar_rs
[@electron/asar](https://github.com/electron/asar) Rust porting
I'm Rust beginner. This is my first time using rust (the code can be very ugly) and it passes the [official tests](https://github.com/electron/asar/tree/main/test).
```bash
cargo install asar_rs
``````txt
$ asar
Creating Electron app packagesUsage: asar
Commands:
pack create asar archive
list list files of asar archive
extract-file extract one file from archive
extract extract archive
help Print this message or the help of the given subcommand(s)Options:
-h, --help Print help
-V, --version Print version# asar pack ...
$ asar p ./app ./app.asar# asar extract ...
$ asar e ./app.asar ./_app
```