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