xd 0.0.4

tool that dumps binary input in a variety of formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# docker build pipelines/docker -t delan/xd:1.46.0_nightly-2020-10-25
# docker push !$

# be sure to choose a nightly with rustfmt + clippy
# https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu.html

# 1.46
FROM rust:1.46.0
RUN rustup component add rustfmt clippy

# nightly
RUN rustup toolchain install nightly-2020-10-25
RUN rustup component add rustfmt clippy --toolchain nightly-2020-10-25