























































lets? https://github.com/gerdoe-jr/tw-econ/blob/925b4a6e720fd1cafdb214ab2c216d4e4e870db2/src/lib.rs#L115 i thought let is for variable assignment but i would not assume that Ok(out) or Err(_) is a valid variable name
try_read returns Err, do the following


if s.read() {






let keyword?

while takes a booleanwhile let allows you to pattern-match


let without a variable name to indicate pattern matching


let (a, mut b) = (1, 2);



let … else {})
bashing let, you should learn rust












apt update ?


htop which takes 0sec but you gotta let brew do 10mins of git clone first


















































