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

18 commits

Author SHA1 Message Date
Lucas c2c94f9352 fix clippy lints 2021-10-01 13:04:57 +02:00
Luro02 e6588ab963
Fix a lot of clippy lints 2020-08-11 11:13:14 +02:00
Luro02 c4643c7083 Use Cow<'a, str> to reduce clones #52 2020-04-22 10:34:23 +02:00
Luro02 f0d91c5e7c
fix rust_2018_idioms 2020-04-09 09:29:29 +02:00
Luro02 47eccfdef9
improve panic messages for ByteRange 2020-03-29 12:57:43 +02:00
Luro02 5972216323
improve documentation and tests of ByteRange 2020-02-23 18:56:41 +01:00
Luro02 25f9691c75
improve error 2020-02-14 13:01:42 +01:00
Luro02 1b0eb56224
remove unnecessary allocations 2020-02-06 12:27:48 +01:00
Luro02 27d94faec4
use shorthand #24 2020-02-02 13:38:11 +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 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 ea75128aee remove getset #19 2019-09-21 11:53:34 +02:00
Luro02 c8f3df1228 New Error type 2019-09-13 16:06:52 +02:00
Luro02 1a35463185 updated parser 2019-09-10 11:05:20 +02:00
Luro02 fe032ee984 added tests 2019-09-06 13:46:21 +02:00
Luro02 5da2fa8104 move types into their own files 2019-09-06 13:20:40 +02:00