Skip to content

Commit

Permalink
update pub url::Url;
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Oct 7, 2024
1 parent 3344d30 commit 7daf2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub use error::Error;
pub use frame::Frame;
pub use init::init;
pub use io::{Reader, ReaderBuilder, Writer, WriterBuilder};
pub use location::Location;
pub use location::{Location, Url};
pub use mux::{Muxer, MuxerBuilder};
pub use options::Options;
pub use packet::Packet;
Expand Down
2 changes: 1 addition & 1 deletion src/location.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Re-export [`url::Url`] since it is an input type for callers of the API.
use url::Url;
pub use url::Url;

/// Represents a video file or stream location. Can be either a file resource (a path) or a network
/// resource (a URL).
Expand Down

0 comments on commit 7daf2f5

Please sign in to comment.