m3u8-rs/src
Vadim Getmanshchuk 3c8368f9a3 A fix for CLOSED-CAPTIONS=NONE case and a few minor fixes
The PR includes 
* a hotfix for issue #44. I'm not entirely sure and it's possible to
* `#EXT-X-ENDLIST` is moved to be the last part of the media manifest. Theoretically it can appear anywhere in manifest, so the current placement is not breaking the standard, but not usually is what found in the wild and I believe will help with readability. As any placement is possible, the placement at the end is completely legal.  
* minor `cargo clippy` suggestions
2022-04-08 16:23:27 -07:00
..
lib.rs Move the crate docs to the root of the crate so they actually show up 2021-11-18 15:04:17 +02:00
parser.rs Use u64 instead of i32 for byte ranges and sequence numbers 2022-01-07 12:47:40 +02:00
playlist.rs A fix for CLOSED-CAPTIONS=NONE case and a few minor fixes 2022-04-08 16:23:27 -07:00