1
Fork 0
This commit is contained in:
Alex Helfet 2017-12-29 01:43:35 +00:00
parent 3b6ff51434
commit 0f18b63197
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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