https://github.com/qryxip/cargo-executable-payload
A Cargo subcommand for creating standalone source files with base64-encoded payload
https://github.com/qryxip/cargo-executable-payload
Last synced: 3 months ago
JSON representation
A Cargo subcommand for creating standalone source files with base64-encoded payload
- Host: GitHub
- URL: https://github.com/qryxip/cargo-executable-payload
- Owner: qryxip
- License: apache-2.0
- Created: 2020-10-29T09:43:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T18:43:20.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T02:43:40.186Z (4 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# cargo-executable-payload
[](https://github.com/qryxip/cargo-executable-payload/actions?workflow=CI)
[](https://deps.rs/repo/github/qryxip/cargo-executable-payload)
[](https://crates.io/crates/cargo-executable-payload)
[](https://crates.io/crates/cargo-executable-payload)A Cargo subcommand for creating standalone source files with base64-encoded payload.
## Installation
### Crates.io
```console
$ cargo install cargo-executable-payload
```### `master`
```console
$ cargo install --git https://github.com/qryxip/cargo-executable-payload
```### GitHub Releases
[Releases](https://github.com/qryxip/cargo-executable-payload/releases)
## Usage
```console
$ cargo executable-payload -o ./submission.rs
```With [cargo-compete](https://crates.io/crates/cargo-compete),
```toml
[submit.transpile]
kind = "command"
args = ["cargo", "executable-payload", "--bin", "{{ bin_name }}"]
```