Liam Perlaki
Liam Perlaki
Hello I am trying to implement usb-device for the atmega32u4. Here is my current progress. https://github.com/Rahix/avr-hal/compare/master...lperlaki:usb I have not tested my implementation nor is it complete. One problem apart from...
Yes, now it builds.
Hello @ExplodingWaffle , @wusyong I don't really have that much experience with usb. I just tried too implement the usb-device trait based on the atmega32u4 documentation. So far I couldn't...
Hello, I think there is also the option to generate the s3-server types and request parsing from the aws [smithy](https://github.com/awslabs/smithy-rs) models, like [s3d](https://github.com/s3d-rs/s3d) does. Though the smithy server codegen is...
I implemented the behaviour with a custom Body type one problem I ran into was that hyper expects the the lifetime of the HttpBoby to be static, but the future...
> Question: Where should the whitespaces be inserted? > > We won't know the http headers until `CompleteMultipartUpload` finishes. Does `hyper` support this usage? > > ``` > HTTP/1.1 200...
The blocking hyper issue [hyper#2719](/hyperium/hyper/issues/2719) has been closed with [hyper#3375](/hyperium/hyper/pull/3375) and released with [email protected]. so this issue is now blocked on #107