DEVELOPMENT ENVIRONMENT
Source Quest
Log in
—
Register
~liljamo
/
emerwen
summary
tree
log
refs
ref:
36a2db664cb9b35a9b296226f3f8bb3809f5f92d
emerwen
/
emerwen-types
/
src
/lib.rs
-rw-r--r--
77 bytes
View
Log
Blame
View raw
Permalink
36a2db66
—
Jonni Liljamo
feat: protocol testing
15 days ago
1
2
3
4
5
#[derive(Debug, PartialEq)]
pub
enum
TargetMethod
{
Ping
,
Get
(
u8
),
}