1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-09-27 14:10:05 +00:00
Commit graph

26 commits

Author SHA1 Message Date
Luro02
c4643c7083 Use Cow<'a, str> to reduce clones #52 2020-04-22 10:34:23 +02:00
Luro02
1a4813a1d1 Minor performance improvements in AttributePairs parsing 2020-04-18 15:09:56 +02:00
Luro02
187174042d
use chars instead of bytes in the attribute parser 2020-03-16 11:17:52 +01:00
Luro02
66c0b8dd0c
improve Iterator types 2020-02-06 17:02:44 +01:00
Luro02
27d94faec4
use shorthand #24 2020-02-02 13:38:11 +01:00
Luro02
a777f74cfa
refactor attribute parsing to comply with #26 2020-01-26 13:11:57 +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
32876e1371 fix some clippy lints 2019-10-05 16:08:03 +02:00
Luro02
5eca073a8c added rustfmt.toml 2019-10-03 18:04:10 +02:00
Luro02
93283f61f1 more tests #25 + better docs #31 2019-10-03 18:04:10 +02:00
Luro02
6b717f97c2 more tests #25 + better docs #31 2019-10-03 18:01:53 +02:00
Luro02
0c4fa008e6 more documentation #31 + tests #25 2019-09-22 18:00:38 +02:00
Luro02
81f9a421fe added RequiredVersion trait 2019-09-22 10:57:28 +02:00
Luro02
d240ac5c5e remove code duplication 2019-09-21 15:20:19 +02:00
Luro02
1d614d580a updated ExtXKey + ExtXSessionKey #9 2019-09-15 16:45:43 +02:00
Luro02
3721106795 Rewrote AttributePairs 2019-09-14 11:31:16 +02:00
Luro02
c8f3df1228 New Error type 2019-09-13 16:06:52 +02:00
Luro02
211ce6e79a fixed spelling mistake + compiler warnings 2019-08-15 18:33:01 +02:00
Takeru Ohta
02d7c80b2b Switch to 2018-edition 2019-03-31 18:58:11 +09:00
Takeru Ohta
2b5a79b648 Fix attribute value parsing bug 2018-02-18 23:36:52 +09:00
Takeru Ohta
32b262713e Refactor attribute module 2018-02-15 00:24:35 +09:00
Takeru Ohta
80537c3e43 Add tag::media_or_master_playlist module 2018-02-14 19:24:39 +09:00
Takeru Ohta
93f6db8904 Add tag::master_playlist module 2018-02-14 18:57:15 +09:00
Takeru Ohta
d8822853ff Add tag::media_segment module 2018-02-14 16:12:50 +09:00
Takeru Ohta
e933d8e013 Add attributes 2018-02-12 16:05:21 +09:00
Takeru Ohta
c067448428 Initial commit 2018-02-11 15:10:52 +09:00