optic-core 0.0.3

Shared types, geometry, errors, and ANSI logging for Optic engine
Documentation

Build #3759525 2026-07-04 11:11:11

# rustc version rustc 1.98.0-nightly (c397dae80 2026-07-02)

# docs.rs version docsrs 0.0.0 (964c90a45859fd8f9076e3cbe58470a5a4f4d4f7 2026-07-01 )

# 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" "19c4628269023b9773fbf9bfef7cd1f6627ead6d7d7b185971013873b9472013" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260702-1.98.0-nightly-c397dae80\", \"--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\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting optic-core v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `optic_core` links to private item `geometry` [INFO] [stderr] --> src/lib.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | //! | [`geometry`] | [`Size2D`], [`Size3D`], [`ClipDist`], [`CamProj`], [`Components`] trait | [INFO] [stderr] | ^^^^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `optic_core` links to private item `coord` [INFO] [stderr] --> src/lib.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | //! | [`coord`] | [`Coord2D`] (point), [`CoordOffset`] (vector/displacement) | [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `optic_core` links to private item `enums` [INFO] [stderr] --> src/lib.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 13 | //! | [`enums`] | [`PolyMode`], [`Cull`], [`DrawMode`], [`ImgFormat`], [`ImgFilter`], [`ImgWrap`], [`ATTRType`] | [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: public documentation for `optic_core` links to private item `error` [INFO] [stderr] --> src/lib.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | //! | [`error`] | [`OpticError`], [`OpticErrorKind`], [`OpticResult`] | [INFO] [stderr] | ^^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `ANSI` [INFO] [stderr] --> src/lib.rs:15:20 [INFO] [stderr] | [INFO] [stderr] 15 | //! | [`ansi`] | [`ANSI`] color codes for terminal output | [INFO] [stderr] | ^^^^ no item named `ANSI` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: public documentation for `optic_core` links to private item `proc` [INFO] [stderr] --> src/lib.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | //! | [`proc`] | [`end`], [`end_success`], [`end_error`] process helpers | [INFO] [stderr] | ^^^^ this item is private [INFO] [stderr] | [INFO] [stderr] = note: this link will resolve properly if you pass `--document-private-items` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `log_color` [INFO] [stderr] --> src/ansi.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | /// Used with the [`log_color!`] macro. [INFO] [stderr] | ^^^^^^^^^^ no item named `log_color` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `log_color` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `optic_file` [INFO] [stderr] --> src/consts.rs:3:25 [INFO] [stderr] | [INFO] [stderr] 3 | //! These are used by [`optic_file`] and [`optic_render`] to resolve [INFO] [stderr] | ^^^^^^^^^^ no item named `optic_file` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `optic_render` [INFO] [stderr] --> src/consts.rs:3:44 [INFO] [stderr] | [INFO] [stderr] 3 | //! These are used by [`optic_file`] and [`optic_render`] to resolve [INFO] [stderr] | ^^^^^^^^^^^^ no item named `optic_render` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `Coord2D` [INFO] [stderr] --> src/geometry.rs:9:47 [INFO] [stderr] | [INFO] [stderr] 9 | /// Implemented for [`Size2D`], [`Size3D`], [`Coord2D`], [`CoordOffset`]. [INFO] [stderr] | ^^^^^^^ no item named `Coord2D` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `CoordOffset` [INFO] [stderr] --> src/geometry.rs:9:60 [INFO] [stderr] | [INFO] [stderr] 9 | /// Implemented for [`Size2D`], [`Size3D`], [`Coord2D`], [`CoordOffset`]. [INFO] [stderr] | ^^^^^^^^^^^ no item named `CoordOffset` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `GameBuilder::with_network` [INFO] [stderr] --> src/network.rs:24:17 [INFO] [stderr] | [INFO] [stderr] 24 | /// Used with [`GameBuilder::with_network`]. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `GameBuilder` in scope [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `NetworkHandle::poll` [INFO] [stderr] --> src/network.rs:54:53 [INFO] [stderr] | [INFO] [stderr] 54 | /// These vectors are populated once per frame by [`NetworkHandle::poll()`] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no item named `NetworkHandle` in scope [INFO] [stderr] [INFO] [stderr] warning: `optic-core` (lib doc) generated 13 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/optic_core/index.html [INFO] running `Command { std: "docker" "inspect" "19c4628269023b9773fbf9bfef7cd1f6627ead6d7d7b185971013873b9472013", kill_on_drop: false }`