Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 308 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 308 Bytes

urlencode

Linux urlencode for command line, written in Rust.

Release Compilation to reduce executable size

RUSTFLAGS='-C strip=symbols' cargo build --release

How to compile on Alpine linux

apk add gcc
apk add cc
apk add build-base
RUSTFLAGS='-C strip=symbols' cargo build --release