Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 309 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 309 Bytes

urlencode

Linux urldecode 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