Lori-Shu
Lori-Shu
tried my best to make methods async,Im not so good at handling the lifetimes from the cookie crate,so some of the methods in the service are sync fn
considering http3 may not be widely used soon,could reqwest provide a websocket client? there is project like [websockets-rs.github.io/rust-websocket/](http://websockets-rs.github.io/rust-websocket/) based on hyper 0.10 and tokio 0.1.we can discuss the possibility in...
I have read the doc and asked the AI and read the ffmepg webpage, and still couldnt make my code work. Im here to seek help. Why wont my code...
I wonder if input seek() function called,then calling the packetiter still goes to wrong place of the file
Im deving an egui window application, Once I open more than one window, Two in fact, the filedialog cannot show files in a folder, but works well when I just...