rtsp-rs
rtsp-rs copied to clipboard
Nightly features
Nightly features being used (or will be used):
- try_from ~~(stable in 1.26)~~
- Non exhaustive enums
- ~~compile_fail (stable in 1.22)~~
- ~~conservative_impl_trait (stable in 1.26)~~
- ~~slice_patterns (stable in 1.26)~~
Make library stable once the above are stable.
After #37, https://github.com/sgodwincs/rtp-rs/pull/8, and https://github.com/sgodwincs/rtp-rs/pull/8 the last missing piece will be ParseIntError
(https://github.com/rust-lang/rust/issues/22639).
I think it could be worth it to duplicate the int parsing / use a crate for that to get rid of the nightly requirement. What do you think?