Skip to content

Commit 28c6461

Browse files
committed
docs/unpacking: add reference to Rust book for enum
Signed-off-by: Daniel Maslowski <[email protected]>
1 parent 2f0296c commit 28c6461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/unpacking.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ And in turn, it would contain one or another kind of entries.
1919

2020
![](./analyze_unpack.png)
2121

22-
In Rust, we can use `enum` types to express this:
22+
In Rust, we can use [`enum`](https://doc.rust-lang.org/book/ch06-00-enums.html)
23+
types to express this:
2324

2425
```rs
2526
enum Container {

0 commit comments

Comments
 (0)