Commit Graph

21 Commits

Author SHA1 Message Date
Tangent Wantwight d585ad7b31 use ergonomic try_next() combinator instead of transpose() 2020-05-09 00:17:22 -04:00
Tangent Wantwight c422a1c3f3 Simplify/sanify some types 2020-05-08 22:02:49 -04:00
Tangent Wantwight 00ec517e78 Big-bang update tokio, warp, futures, & hyper to new versions. 2020-05-07 23:14:43 -04:00
Tangent Wantwight 1273b4adff WIP: update lib to bytes 0.5 2020-05-07 00:34:23 -04:00
Tangent Wantwight d563baaca8 normalize stream_parser poll to use modern future types 2019-11-17 01:19:30 -05:00
Tangent 128 d9e9b9e49c Give stream_parser an async next() method, making async_parser no longer interesting. 2019-10-21 04:03:52 -04:00
Tangent 128 bc8e45936b Convert parser & chunker APIs to work with Futures 0.3-style streams 2019-10-21 03:18:51 -04:00
Tangent 128 eda2e4f7be Remove EbmlEventSource trait in favor of concrete EbmlStreamingParser 2019-10-21 01:20:14 -04:00
Tangent 128 fa85939c0b Cleanup stream_parser using some async_parser approaches 2019-10-21 00:19:20 -04:00
Tangent 128 4a0bf8ee8c Write a test for stream_parser 2019-10-21 00:03:30 -04:00
Tangent 128 480fd1696a Use custom_error! for all Webmetro errors 2019-07-07 20:42:29 -04:00
Tangent 128 87eaed9c82 cargo fix for Rust 2018 2019-07-07 18:17:38 -04:00
Tangent 128 161c9de472 Make EbmlStreamingParser operate on Buf items instead of AsRef<u8> 2018-10-21 19:09:37 -04:00
Tangent 128 0e370556a2 add a little documentation re: soft buffer limits 2018-04-16 01:58:28 -04:00
Tangent 128 982c5c2dcb Limit buffer size for stream parser 2018-04-16 00:59:53 -04:00
Tangent 128 bf56789810 Make EbmlStreamingParser use WebmetroErrors specifically 2018-04-14 04:56:24 -04:00
Tangent 128 bac34e94c5 impl Error for error types 2018-04-12 02:07:46 -04:00
Tangent 128 96f6ec8115 bit of debug support 2018-04-09 21:00:36 -04:00
Tangent 128 b7ee425905 Tidy Stream extension trait impl 2018-04-07 01:09:17 -04:00
Tangent 128 45012385c2 Tidy stream_parser 2018-04-04 19:46:28 -04:00
Tangent 128 be92d04c09 rename EbmlStreamingParser to reflect genericity, change construction to Stream extension 2018-04-04 01:36:15 -04:00
Renamed from src/webm_stream.rs (Browse further)