Preventing atomic-context violations in Rust code with klint
Preventing atomic-context violations in Rust code with klint
Posted Nov 18, 2023 8:16 UTC (Sat) by IanKelling (subscriber, #89418)In reply to: Preventing atomic-context violations in Rust code with klint by cytochrome
Parent article: Preventing atomic-context violations in Rust code with klint
Up to you. I suggest looking around. On debian, apt install cloc, then
<pre>
mkdir -p /tmp/s
cd /tmp/s
apt source SOME_PACKAGE
cloc .
</pre>
Run ncdu to find the big files. Take a stroll.