szguoxz

Results 13 issues of szguoxz

I am new to bincode, I got a simple scenario to serialize/desrialize an enum, which has string in it. i.e.: pub enum E { STRING(String), INT(i32) } After serialization, I...

I have a very basic question, as I am kind of new to this. How do I know if my packet has arrived safely? I know I can use sendstream.finish...

It's odd that I can't find a way to set its content encoding. I only see contenttype.

pub async fn put_multipart_chunk( &self, chunk: vec, path: &str, part_number: u32, upload_id: &str, content_type: &str, ) -> Result ================== parameter chunk really should be of type &[u8] instead of a...

Just wondering, how can I disable the log message from bucket.complete_multipart_upload; As when I call bucket.complete_multipart_upload, it prints a lot stuff to stdout, messed up my stdout, make it difficult...

for example, I need to use akin to make the following code simpler, but some how can't get it to work. If akin can accept a parameter, it will be...

I am using quinn, want to do the basic things: 1. generate a self-signed CA for server to use. 2. sign a certificate for the client to use. 3. Do...

I saw we have new releases, but the readme said the project is broken? So can I use it? :-)

This is a very nice little package, but can we have a small feature? GetRoute(packet) given a packet, can you return the route information? ----------- Or to make it simple:...

enhancement

I am creating a tool to automatically update my DB Schema, i.e., add new columns if needed. But the DbType is always empty from the ColumnAttribute. I thought there should...