Skip to content

Commit b2aa357

Browse files
committed
TIL: Flowistry
1 parent 6896e1f commit b2aa357

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

content/tils/til_flowistry.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
+++
2+
title = "TIL: Flowistry tool to understand information flow in Rust"
3+
date = 2025-08-28
4+
[taxonomies]
5+
tags = ["til", "rust", "debugging"]
6+
+++
7+
8+
When watching the excellent talk [Rust for Everyone](https://www.youtube.com/watch?v=R0dP-QR5wQo) by Will Crichton the item that stood out as potentially most useful day to day was [Flowistry](https://github.com/willcrichton/flowistry). It is a VSCode extension, when a user clicks a variable the extension greys out all code that the variable does not interact with, it seems like it could be very useful when debugging.

0 commit comments

Comments
 (0)