1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-06-11 01:39:35 +00:00
hls_m3u8/src
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
..
tags removed Eq implementation 2019-10-05 13:23:41 +02:00
types removed Eq implementation 2019-10-05 13:23:41 +02:00
attribute.rs added rustfmt.toml 2019-10-03 18:04:10 +02:00
error.rs Infallible errors 2019-10-05 13:15:42 +02:00
lib.rs fix #20 2019-10-04 11:02:21 +02:00
line.rs removed Eq implementation 2019-10-05 13:23:41 +02:00
master_playlist.rs Infallible errors 2019-10-05 13:15:42 +02:00
media_playlist.rs minor changes 2019-10-05 09:44:23 +02:00
media_segment.rs fix #20 2019-10-04 11:02:21 +02:00
traits.rs made master playlist smarter 2019-10-05 12:49:08 +02:00
utils.rs added rustfmt.toml 2019-10-03 18:04:10 +02:00