From d35bfc4565787786ef2f3ae7c8f52f19f1292e50 Mon Sep 17 00:00:00 2001 From: Daniel Maslowski Date: Fri, 21 Nov 2025 21:22:44 +0100 Subject: [PATCH] docs/unpacking: add reference to Rust book for `enum` Signed-off-by: Daniel Maslowski --- docs/unpacking.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/unpacking.md b/docs/unpacking.md index 7ab5899..f967c11 100644 --- a/docs/unpacking.md +++ b/docs/unpacking.md @@ -19,7 +19,8 @@ And in turn, it would contain one or another kind of entries. ![](./analyze_unpack.png) -In Rust, we can use `enum` types to express this: +In Rust, we can use [`enum`](https://doc.rust-lang.org/book/ch06-00-enums.html) +types to express this: ```rs enum Container {