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

16 commits

Author SHA1 Message Date
Luro02
e6588ab963
Fix a lot of clippy lints 2020-08-11 11:13:14 +02:00
Luro02
f0d91c5e7c
fix rust_2018_idioms 2020-04-09 09:29:29 +02:00
Luro02
9a2cacf024
fix some clippy lints 2020-03-28 10:48:17 +01:00
Luro02
b8fd4c15d5
rewrite KeyFormatVersions 2020-03-25 11:08:32 +01:00
Luro02
dc12db9fad
improve KeyFormatVersions 2020-02-24 14:49:20 +01:00
Luro02
3a388e3985
improvements to code 2020-02-10 13:21:48 +01:00
Luro02
2471737455
update dependencies 2020-02-02 15:23:47 +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
b1c1ea8bdc minor changes + more tests #25 2019-10-06 16:39:18 +02:00
Luro02
8d1ed6372b removed Eq implementation
f64 and f32 don't implement Eq for a reason!
For example this comparison `1.0 + 2.0 == 3.0` is false for floats, even 
though it should be true!
2019-10-05 13:23:41 +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
4b4cffc248 fix #20 2019-10-04 11:02:21 +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