Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T18:43:20.000Z (over 3 years ago)
- Last Synced: 2024-08-10T02:54:44.365Z (5 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
[![CI](https://github.com/qryxip/cargo-executable-payload/workflows/CI/badge.svg)](https://github.com/qryxip/cargo-executable-payload/actions?workflow=CI)
[![dependency status](https://deps.rs/repo/github/qryxip/cargo-executable-payload/status.svg)](https://deps.rs/repo/github/qryxip/cargo-executable-payload)
[![Crates.io](https://img.shields.io/crates/v/cargo-executable-payload.svg)](https://crates.io/crates/cargo-executable-payload)
[![Crates.io](https://img.shields.io/crates/l/cargo-executable-payload.svg)](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 }}"]
```