Skip to content

Commit

Permalink
README & lib docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mindeng committed Sep 17, 2024
1 parent a5f4d90 commit de008a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ fn main() -> Result<()> {
}
```

## Video

Please refer to: [`MediaParser`] / [`AsyncMediaParser`].

For more usage details, please refer to the [API
documentation](https://docs.rs/nom-exif/latest/nom_exif/).

Expand Down
7 changes: 0 additions & 7 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,6 @@
//! Ok(())
//! }
//! ```
//!
//! ## Video
//!
//! Please refer to: [`MediaParser`] / [`AsyncMediaParser`].
//!
//! For more usage details, please refer to the [API
//! documentation](https://docs.rs/nom-exif/latest/nom_exif/).

pub use parser::{MediaParser, MediaSource};
pub use video::{TrackInfo, TrackInfoTag};
Expand Down

0 comments on commit de008a4

Please sign in to comment.