mpeg2ts-reader 0.18.2

Parser for MPEG Transport Stream data
Documentation

Build #4258886 2026-08-30 00:58:57

# rustc version rustc 1.100.0-nightly (17fd5b8a3 2026-08-28)

# docs.rs version docsrs 0.0.0 (6c3c2ab33f39d2284fd26cea84fae0598b4cbd55 2026-08-24 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "3c06e57f1d3d58fa875c27305adbd63b7ffaa392b700d2dcf9a9763905a4aaa5" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260828-1.100.0-nightly-17fd5b8a3\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j11" "--target" "x86_64-unknown-linux-gnu" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: dump-pcr, simple, strip [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting mpeg2ts-reader v0.18.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/packet.rs:308:55 [INFO] [stderr] | [INFO] [stderr] 308 | /// Optional extensions within an [`AdaptationField`](struct.AdaptationField.html). [INFO] [stderr] | ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 308 - /// Optional extensions within an [`AdaptationField`](struct.AdaptationField.html). [INFO] [stderr] 308 + /// Optional extensions within an [`AdaptationField`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/demultiplex.rs:3:46 [INFO] [stderr] | [INFO] [stderr] 3 | //! Construct an instance of [`Demultiplex`](struct.Demultiplex.html) and feed it one a succession [INFO] [stderr] | ------------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 3 - //! Construct an instance of [`Demultiplex`](struct.Demultiplex.html) and feed it one a succession [INFO] [stderr] 3 + //! Construct an instance of [`Demultiplex`] and feed it one a succession [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/demultiplex.rs:8:25 [INFO] [stderr] | [INFO] [stderr] 8 | //! - [`PacketFilter`](trait.PacketFilter.html) - for defining per-stream-type handling, possibly [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 8 - //! - [`PacketFilter`](trait.PacketFilter.html) - for defining per-stream-type handling, possibly [INFO] [stderr] 8 + //! - [`PacketFilter`] - for defining per-stream-type handling, possibly [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/demultiplex.rs:11:25 [INFO] [stderr] | [INFO] [stderr] 11 | //! - [`DemuxContext`](trait.DemuxContext.html) - to create specific `PacketFilter` instances [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 11 - //! - [`DemuxContext`](trait.DemuxContext.html) - to create specific `PacketFilter` instances [INFO] [stderr] 11 + //! - [`DemuxContext`] - to create specific `PacketFilter` instances [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/demultiplex.rs:232:38 [INFO] [stderr] | [INFO] [stderr] 232 | /// Owns a queue of [`FilterChange`](enum.FilterChange.html) objects representing pending updates [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 232 - /// Owns a queue of [`FilterChange`](enum.FilterChange.html) objects representing pending updates [INFO] [stderr] 232 + /// Owns a queue of [`FilterChange`] objects representing pending updates [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/descriptor/mod.rs:50:25 [INFO] [stderr] | [INFO] [stderr] 50 | /// [`CoreDescriptors`](enum.CoreDescriptors.html), which will only provide support for descriptor [INFO] [stderr] | ----------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 50 - /// [`CoreDescriptors`](enum.CoreDescriptors.html), which will only provide support for descriptor [INFO] [stderr] 50 + /// [`CoreDescriptors`], which will only provide support for descriptor [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/descriptor/mod.rs:165:50 [INFO] [stderr] | [INFO] [stderr] 165 | /// Default implementation of [`Descriptor`](trait.Descriptor.html) covering descriptor types [INFO] [stderr] | ------------ ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: this warning originates in the macro `descriptor_enum` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 165 - /// Default implementation of [`Descriptor`](trait.Descriptor.html) covering descriptor types [INFO] [stderr] 165 + /// Default implementation of [`Descriptor`] covering descriptor types [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/pes.rs:10:34 [INFO] [stderr] | [INFO] [stderr] 10 | //! [`ElementaryStreamConsumer`](trait.ElementaryStreamConsumer.html), and register this with the [INFO] [stderr] | -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 10 - //! [`ElementaryStreamConsumer`](trait.ElementaryStreamConsumer.html), and register this with the [INFO] [stderr] 10 + //! [`ElementaryStreamConsumer`], and register this with the [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/pes.rs:57:53 [INFO] [stderr] | [INFO] [stderr] 57 | /// Implementation of [`demultiplex::PacketFilter`](../demultiplex/trait.PacketFilter.html) for [INFO] [stderr] | --------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 57 - /// Implementation of [`demultiplex::PacketFilter`](../demultiplex/trait.PacketFilter.html) for [INFO] [stderr] 57 + /// Implementation of [`demultiplex::PacketFilter`] for [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/pes.rs:61:34 [INFO] [stderr] | [INFO] [stderr] 61 | /// [`ElementaryStreamConsumer`](trait.ElementaryStreamConsumer.html). [INFO] [stderr] | -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 61 - /// [`ElementaryStreamConsumer`](trait.ElementaryStreamConsumer.html). [INFO] [stderr] 61 + /// [`ElementaryStreamConsumer`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/pes.rs:424:39 [INFO] [stderr] | [INFO] [stderr] 424 | /// specified within [`DsmTrickMode`](enum.DsmTrickMode.html). [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 424 - /// specified within [`DsmTrickMode`](enum.DsmTrickMode.html). [INFO] [stderr] 424 + /// specified within [`DsmTrickMode`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/pes.rs:855:73 [INFO] [stderr] | [INFO] [stderr] 855 | /// Detail about the formatting problem which prevented a [`Timestamp`](struct.Timestamp.html) [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 855 - /// Detail about the formatting problem which prevented a [`Timestamp`](struct.Timestamp.html) [INFO] [stderr] 855 + /// Detail about the formatting problem which prevented a [`Timestamp`] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/psi/mod.rs:19:33 [INFO] [stderr] | [INFO] [stderr] 19 | //! * [`SectionPacketConsumer`](struct.SectionPacketConsumer.html) converts *Packets* into *Sections* [INFO] [stderr] | ----------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 19 - //! * [`SectionPacketConsumer`](struct.SectionPacketConsumer.html) converts *Packets* into *Sections* [INFO] [stderr] 19 + //! * [`SectionPacketConsumer`] converts *Packets* into *Sections* [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/psi/mod.rs:40:42 [INFO] [stderr] | [INFO] [stderr] 40 | /// [`SectionSyntaxSectionProcessor`](struct.SectionSyntaxSectionProcessor.html) implementation of this trait [INFO] [stderr] | ------------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 40 - /// [`SectionSyntaxSectionProcessor`](struct.SectionSyntaxSectionProcessor.html) implementation of this trait [INFO] [stderr] 40 + /// [`SectionSyntaxSectionProcessor`] implementation of this trait [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/psi/mod.rs:43:83 [INFO] [stderr] | [INFO] [stderr] 43 | /// they lack the 5-bytes-worth of fields represented by [`TableSyntaxHeader`](struct.TableSyntaxHeader.html)) [INFO] [stderr] | ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 43 - /// they lack the 5-bytes-worth of fields represented by [`TableSyntaxHeader`](struct.TableSyntaxHeader.html)) [INFO] [stderr] 43 + /// they lack the 5-bytes-worth of fields represented by [`TableSyntaxHeader`]) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `mpeg2ts-reader` (lib doc) generated 15 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/mpeg2ts_reader/index.html [INFO] running `Command { std: "docker" "inspect" "3c06e57f1d3d58fa875c27305adbd63b7ffaa392b700d2dcf9a9763905a4aaa5", kill_on_drop: false }`