rtsp-rs icon indicating copy to clipboard operation
rtsp-rs copied to clipboard

Nightly features

Open sgodwincs opened this issue 7 years ago • 1 comments

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.

sgodwincs avatar Oct 15 '17 04:10 sgodwincs

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?

ThinkChaos avatar Jun 08 '20 13:06 ThinkChaos