From 0f18b63197c6b560e1537ac183778d354559a0b8 Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Fri, 29 Dec 2017 01:43:35 +0000 Subject: [PATCH] Docs. --- bin/build_tc | 1 - decode/README.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/build_tc b/bin/build_tc index 6811168..d426117 100755 --- a/bin/build_tc +++ b/bin/build_tc @@ -31,5 +31,4 @@ fi cargo +${TC} test -p framed --verbose --lib --features=trace; cargo +${TC} doc -p framed --verbose --no-deps; -# TODO: Use correct toolchain. TC=${TC} ${REPO_DIR}/bin/decode_typed_test diff --git a/decode/README.md b/decode/README.md index d756f37..e272ac8 100644 --- a/decode/README.md +++ b/decode/README.md @@ -2,6 +2,8 @@ A command line utility to decode data encoded with the `framed` crate. +Clone this repository then run `framed-rs/bin/decode_typed` to use the tool. + ## framed-rs/bin/decode_typed This command decodes a serialized struct encoded with the