book/zkas/bincode: Add decoder reference.

This commit is contained in:
parazyd
2022-01-19 16:29:38 +01:00
parent 01d6faf7ec
commit 6692de84ea

View File

@@ -96,3 +96,9 @@ the stack and become available for later references.
## `.debug`
TBD
## Decoding the bincode
An example decoder implementation can be found in zkas'
[`decoder.rs`](../../../zkas/src/decoder.rs) module.