Namaste and hello everyone. New to Rust embedded. Starting with basics. How should global variables should be maintained? Just static mut Or Should use cortex_m mutex and write Mutex> ?