cgmath 0.16.1

A linear algebra and mathematics library for computer graphics.
Documentation
Build #854273 2023-07-05T12:46:13.536159+00:00
# rustc version
rustc 1.72.0-nightly (f20afcc45 2023-07-04)
# docs.rs version
docsrs 0.6.0 (eb803472 2023-06-29)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/cgmath-0.16.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cgmath-0.16.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230704-1.72.0-nightly-f20afcc45\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9813aa7c1e8fbf2349f4a112a2c59a8ebc5ac44fc1ef8374ca123327e16c29a0
[INFO] running `Command { std: "docker" "start" "-a" "9813aa7c1e8fbf2349f4a112a2c59a8ebc5ac44fc1ef8374ca123327e16c29a0", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting cgmath v0.16.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `gluPerspective`
[INFO] [stderr]   --> src/projection.rs:27:36
[INFO] [stderr]    |
[INFO] [stderr] 27 | /// This is the equivalent to the [gluPerspective]
[INFO] [stderr]    |                                    ^^^^^^^^^^^^^^ no item named `gluPerspective` 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: unresolved link to `glFrustum`
[INFO] [stderr]   --> src/projection.rs:45:51
[INFO] [stderr]    |
[INFO] [stderr] 45 | /// This is the equivalent of the now deprecated [glFrustum]
[INFO] [stderr]    |                                                   ^^^^^^^^^ no item named `glFrustum` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `glOrtho`
[INFO] [stderr]   --> src/projection.rs:60:51
[INFO] [stderr]    |
[INFO] [stderr] 60 | /// This is the equivalent of the now deprecated [glOrtho]
[INFO] [stderr]    |                                                   ^^^^^^^ no item named `glOrtho` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/quaternion.rs:97:12
[INFO] [stderr]    |
[INFO] [stderr] 97 |     ///   (http://stackoverflow.com/questions/1171849/finding-quaternion-representing-the-rotation-from-one-vector-to-another)
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://stackoverflow.com/questions/1171849/finding-quaternion-representing-the-rotation-from-one-vector-to-another>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/quaternion.rs:99:12
[INFO] [stderr]    |
[INFO] [stderr] 99 |     ///   (https://bitbucket.org/sinbad/ogre/src/9db75e3ba05c/OgreMain/include/OgreVector3.h?fileviewer=file-view-default#cl-651)
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://bitbucket.org/sinbad/ogre/src/9db75e3ba05c/OgreMain/include/OgreVector3.h?fileviewer=file-view-default#cl-651>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/quaternion.rs:147:12
[INFO] [stderr]     |
[INFO] [stderr] 147 |     ///   (http://number-none.com/product/Understanding%20Slerp,%20Then%20Not%20Using%20It/)
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://number-none.com/product/Understanding%20Slerp>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/quaternion.rs:149:12
[INFO] [stderr]     |
[INFO] [stderr] 149 |     ///   (http://www.arcsynthesis.org/gltut/Positioning/Tut08%20Interpolation.html)
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.arcsynthesis.org/gltut/Positioning/Tut08%20Interpolation.html>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/projection.rs:28:6
[INFO] [stderr]    |
[INFO] [stderr] 28 | /// (http://www.opengl.org/sdk/docs/man2/xhtml/gluPerspective.xml) function.
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.opengl.org/sdk/docs/man2/xhtml/gluPerspective.xml>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/projection.rs:46:6
[INFO] [stderr]    |
[INFO] [stderr] 46 | /// (http://www.opengl.org/sdk/docs/man2/xhtml/glFrustum.xml) function.
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.opengl.org/sdk/docs/man2/xhtml/glFrustum.xml>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/projection.rs:61:6
[INFO] [stderr]    |
[INFO] [stderr] 61 | /// (http://www.opengl.org/sdk/docs/man2/xhtml/glOrtho.xml) function.
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.opengl.org/sdk/docs/man2/xhtml/glOrtho.xml>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `cgmath` (lib doc) generated 10 warnings (run `cargo fix --lib -p cgmath` to apply 7 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.22s
[INFO] running `Command { std: "docker" "inspect" "9813aa7c1e8fbf2349f4a112a2c59a8ebc5ac44fc1ef8374ca123327e16c29a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9813aa7c1e8fbf2349f4a112a2c59a8ebc5ac44fc1ef8374ca123327e16c29a0", kill_on_drop: false }`
[INFO] [stdout] 9813aa7c1e8fbf2349f4a112a2c59a8ebc5ac44fc1ef8374ca123327e16c29a0