1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-19 16:58:23 +00:00
Commit graph

19 commits

Author SHA1 Message Date
Lucas c2c94f9352 fix clippy lints 2021-10-01 13:04:57 +02:00
Luro02 c4643c7083 Use Cow<'a, str> to reduce clones #52 2020-04-22 10:34:23 +02:00
Luro02 e187c9dc7c
improve readability 2020-03-28 10:46:07 +01:00
Luro02 fc1136265c
improve DecryptionKey 2020-03-25 11:49:16 +01:00
Luro02 8cced1ac53
some improvements 2020-02-14 13:05:18 +01:00
Luro02 3a388e3985
improvements to code 2020-02-10 13:21:48 +01:00
Luro02 90ff18e2b3
implement Float and UFloat 2020-02-10 13:13:41 +01:00
Luro02 5de47561b1
some minor improvements 2020-02-06 12:28:54 +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 b18e6ea4fb use required_version! macro 2019-10-05 16:24:48 +02:00
Luro02 5eca073a8c added rustfmt.toml 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 3acf67df6a added more tests 2019-09-15 10:40:45 +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 1966a7608d removed QuotedString 2019-09-08 11:30:52 +02:00
Luro02 3ecbbd9acb move tags into their own modules 2019-09-06 12:55:00 +02:00