Pyry Kontio
Pyry Kontio
Actually I don't quite understand this explanation: "More input data was expected, but the caller indicated that there was more data, so the input stream is likely truncated" How is...
Ah! I got it finally! One is supposed to pass the `TINFL_FLAG_HAS_MORE_INPUT` flag in the case of incremental decompression, right?
It seems that we posted at the same time :D I'll see if I can send some documentation PR's later today!
The first call now always succeeds with `NeedsMoreInput`, but the second one always ends with a failure. I made two a bit more streamlined tests `test_decompression_full` and `test_decompression_partial` here: https://github.com/golddranks/stream_zipper/blob/master/src/deflate.rs#L114...
Ah, that explains it. Thanks again.
I think there are basically no popular alternatives to Rouille in the "simple non-async" category, that are maintained and up to date. Besides Rouille, I have looked into: Axum, Actix-web,...
PSA: I've published a fork called `sharp_pencil` that mostly does what's been said above (Edit: plus it also allows using `Fn` closures as handlers! [but not views, ATM]). I'm still...
I think that this project is essentially dead... There are other web frameworks in Rust that are more actively developed.
Sharp Pencil 0.5 has been released after 3 and half years.
It's essentially just a dependency bump, though :–D