|
|
|
|
|
by nathansizemore
3698 days ago
|
|
Thanks for the feedback! This means I need better docs :) So, the framework itself does not implement any of that, it is on the consumer. It just calls the proper methods on the trait object provided. https://nathansizemore.github.io/hydrogen/hydrogen/trait.Str... In the README example, I'm using it combined with another streaming crate I made, which does provide all of the internal buffering and state management for non-blocking I/O. |
|