Bevy+Ratutui powered Monitoring of Pico-Strike devices

make proto crate no-std

+6
+6
striker-proto/src/lib.rs
··· 1 + #![no_std] 2 + 3 + use alloc::vec::Vec; 4 + 5 + extern crate alloc; 6 + 1 7 #[derive(Debug, serde::Serialize, serde::Deserialize)] 2 8 pub struct StrikerRequest { 3 9 pub request: Request,