mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Bump version
This commit is contained in:
@@ -11,7 +11,6 @@ use tokio::{
|
||||
|
||||
pub mod error;
|
||||
pub mod h2;
|
||||
pub mod padded;
|
||||
|
||||
use h2::{
|
||||
DataFrame, Framable, Frame, FrameType, HeadersFrame, SettingsFrame, WindowUpdateFrame,
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
// DebianArch
|
||||
|
||||
// use crate::h2::Frame;
|
||||
|
||||
// pub struct PaddedFrame {}
|
||||
|
||||
// impl PaddedFrame {
|
||||
// pub fn new(body: &[u8]) -> Self {
|
||||
// let pad_len = body[0];
|
||||
// let stream_dependency = body[0..4];
|
||||
// }
|
||||
// }
|
||||
Reference in New Issue
Block a user