Begin refactor frame handling, update clap
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "netpod"
|
||||
version = "0.0.1-a.0"
|
||||
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
path = "src/netpod.rs"
|
||||
|
||||
@@ -2014,9 +2014,6 @@ pub struct ChannelConfigResponse {
|
||||
pub shape: Shape,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
pub struct EventQueryJsonStringFrame(pub String);
|
||||
|
||||
/**
|
||||
Provide basic information about a channel, especially it's shape.
|
||||
Also, byte-order is important for clients that process the raw databuffer event data (python data_api3).
|
||||
|
||||
Reference in New Issue
Block a user