1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-06-02 06:22:31 +00:00
Commit graph

13 commits

Author SHA1 Message Date
Luro02 f0d91c5e7c
fix rust_2018_idioms 2020-04-09 09:29:29 +02:00
Luro02 070a62f9ad
improvements to ClosedCaptions 2020-02-21 20:42:44 +01:00
Luro02 e6f5091f1b
implement VariantStream 2020-02-10 13:20:39 +01:00
Luro02 c53e9e33f1 added pretty_assertions
This will allow for better troubleshooting of failing test, because you 
don't have to search for the difference (between left and right). This 
is especially helpful for larger assertions.
2019-10-08 15:42:33 +02:00
Luro02 99493446eb Infallible errors
https://doc.rust-lang.org/std/convert/enum.Infallible.html
2019-10-05 13:15:42 +02:00
Luro02 6b717f97c2 more tests #25 + better docs #31 2019-10-03 18:01:53 +02:00
Luro02 cdab47ad35 minor changes 2019-09-21 13:24:05 +02:00
Luro02 5486c5e830 cleanup imports 2019-09-15 19:09:48 +02:00
Luro02 b954ae1134 remove all occurences of ref 2019-09-14 21:42:06 +02:00
Luro02 1966a7608d removed QuotedString 2019-09-08 11:30:52 +02:00
Luro02 fe032ee984 added tests 2019-09-06 13:46:21 +02:00
Luro02 cb27640867 rustfmt code 2019-09-06 13:21:05 +02:00
Luro02 5da2fa8104 move types into their own files 2019-09-06 13:20:40 +02:00