math_adapter 0.3.8

Collection of math adapters to decouple your application from math libraries' implementations and to provide both inter-libraries compatibility and affordable exchangeability.
Documentation
Build #2520188 2025-09-20 21:58:27
# rustc version
rustc 1.92.0-nightly (0be8e1608 2025-09-19)# docs.rs version
docsrs 0.6.0 (f42173de 2025-09-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/math_adapter-0.3.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/math_adapter-0.3.8/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250919-1.92.0-nightly-0be8e1608\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] b5fba750ac7456d84e2b198d122ef84df4960edb372cef1365983d628bc23aa8
[INFO] running `Command { std: "docker" "start" "-a" "b5fba750ac7456d84e2b198d122ef84df4960edb372cef1365983d628bc23aa8", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting math_adapter v0.3.8 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `naglebra`
[INFO] [stderr]   --> rust/impl/math/math_adapter_lib.rs:36:11
[INFO] [stderr]    |
[INFO] [stderr] 36 |   #[ cfg( feature = "naglebra" )]
[INFO] [stderr]    |           ^^^^^^^^^^----------
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     help: there is a expected value with a similar name: `"nalgebra"`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `cgmath`, `cgmath_ops`, `default`, `default_ops`, `full`, `nalgebra`, `nalgebra_ops`, `use_alloc`, `use_std`, and `winit`
[INFO] [stderr]    = help: consider adding `naglebra` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `cgmath_ops`
[INFO] [stderr]   --> rust/impl/math/plugin/cgmath/mod.rs:23:11
[INFO] [stderr]    |
[INFO] [stderr] 23 |   #[ cfg( cgmath_ops ) ]
[INFO] [stderr]    |           ^^^^^^^^^^ help: found config with similar value: `feature = "cgmath_ops"`
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(cgmath_ops)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cgmath_ops)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `cgmath_ops`
[INFO] [stderr]   --> rust/impl/math/plugin/cgmath/as_foreign.rs:23:11
[INFO] [stderr]    |
[INFO] [stderr] 23 |   #[ cfg( cgmath_ops ) ]
[INFO] [stderr]    |           ^^^^^^^^^^ help: found config with similar value: `feature = "cgmath_ops"`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(cgmath_ops)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cgmath_ops)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `cgmath_ops`
[INFO] [stderr]   --> rust/impl/math/plugin/cgmath/as_foreign.rs:51:11
[INFO] [stderr]    |
[INFO] [stderr] 51 |   #[ cfg( cgmath_ops ) ]
[INFO] [stderr]    |           ^^^^^^^^^^ help: found config with similar value: `feature = "cgmath_ops"`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(cgmath_ops)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(cgmath_ops)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `nalgebra_ops`
[INFO] [stderr]   --> rust/impl/math/plugin/nalgebra/mod.rs:21:11
[INFO] [stderr]    |
[INFO] [stderr] 21 |   #[ cfg( nalgebra_ops ) ]
[INFO] [stderr]    |           ^^^^^^^^^^^^ help: found config with similar value: `feature = "nalgebra_ops"`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nalgebra_ops)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nalgebra_ops)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `nalgebra_ops`
[INFO] [stderr]   --> rust/impl/math/plugin/nalgebra/as_foreign.rs:27:11
[INFO] [stderr]    |
[INFO] [stderr] 27 |   #[ cfg( nalgebra_ops ) ]
[INFO] [stderr]    |           ^^^^^^^^^^^^ help: found config with similar value: `feature = "nalgebra_ops"`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nalgebra_ops)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nalgebra_ops)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `nalgebra_ops`
[INFO] [stderr]   --> rust/impl/math/plugin/nalgebra/as_foreign.rs:55:11
[INFO] [stderr]    |
[INFO] [stderr] 55 |   #[ cfg( nalgebra_ops ) ]
[INFO] [stderr]    |           ^^^^^^^^^^^^ help: found config with similar value: `feature = "nalgebra_ops"`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nalgebra_ops)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nalgebra_ops)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `math_adapter` (lib doc) generated 7 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/math_adapter/index.html
[INFO] running `Command { std: "docker" "inspect" "b5fba750ac7456d84e2b198d122ef84df4960edb372cef1365983d628bc23aa8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5fba750ac7456d84e2b198d122ef84df4960edb372cef1365983d628bc23aa8", kill_on_drop: false }`
[INFO] [stdout] b5fba750ac7456d84e2b198d122ef84df4960edb372cef1365983d628bc23aa8