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

extern crate rtsp; can't find crate

Open lattice0 opened this issue 3 years ago • 0 comments

On running the client.rs, I had to do

//IntErrorKind::Overflow => Ok(Overflow),

but I got

extern crate rtsp;

error[E0463]: can't find crate for `rtsp`
 --> rtsp-2/examples/client.rs:3:1
  |
3 | extern crate rtsp;
  | ^^^^^^^^^^^^^^^^^^ can't find crate

lattice0 avatar Mar 31 '21 04:03 lattice0