tangled
alpha
login
or
join now
sachy.dev
/
striker
0
fork
atom
Bevy+Ratutui powered Monitoring of Pico-Strike devices
0
fork
atom
overview
issues
pulls
pipelines
make proto crate no-std
sachy.dev
2 months ago
1435f9c4
931c9d05
+6
1 changed file
expand all
collapse all
unified
split
striker-proto
src
lib.rs
+6
striker-proto/src/lib.rs
···
1
1
+
#![no_std]
2
2
+
3
3
+
use alloc::vec::Vec;
4
4
+
5
5
+
extern crate alloc;
6
6
+
1
7
#[derive(Debug, serde::Serialize, serde::Deserialize)]
2
8
pub struct StrikerRequest {
3
9
pub request: Request,