Docs.
This commit is contained in:
parent
3b6ff51434
commit
0f18b63197
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue