genetic-algorithm-tsp-api 0.1.1

Create an api solving traveling-saleman-problems with genetic algorithms.
Documentation
Build #523491 2022-03-10 07:50:30
# rustc version
rustc 1.61.0-nightly (458262b13 2022-03-09)# docs.rs version
docsrs 0.6.0 (5188c7e 2022-03-04)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/genetic-algorithm-tsp-api-0.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/genetic-algorithm-tsp-api-0.1.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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/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\", \"-20220309-1.61.0-nightly-458262b13\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-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] c0c2a58b8d18fd9f2087ec6271ffbf15bdd1ebeb9d7cbe277c85aac87288ae83
[INFO] running `Command { std: "docker" "start" "-a" "c0c2a58b8d18fd9f2087ec6271ffbf15bdd1ebeb9d7cbe277c85aac87288ae83", kill_on_drop: false }`
[INFO] [stderr]  Documenting genetic-algorithm-tsp-api v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: missing code example in this documentation
[INFO] [stderr]  --> src/lib.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | //! # Solve genetic algorithm via an http-call.
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]  --> src/lib.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![deny(rustdoc::missing_doc_code_examples)]
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing code example in this documentation
[INFO] [stderr]  --> src/lib.rs:4:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | /// Main module containing all tsp specific aspect of the API.
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: missing code example in this documentation
[INFO] [stderr]   --> src/tsp_solver.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | / /// Compute an route that for the traveling-salesman-problem defined by
[INFO] [stderr] 28 | | /// the distance matrix.
[INFO] [stderr] 29 | | ///
[INFO] [stderr] 30 | | /// # Arguments
[INFO] [stderr] ...  |
[INFO] [stderr] 35 | | /// * `n_random_route_per_generation` - How many random routes should be
[INFO] [stderr] 36 | | ///     ingested in every generation to allow?
[INFO] [stderr]    | |______________________________________________^
[INFO] [stderr] 
[INFO] [stderr] warning: `genetic-algorithm-tsp-api` (lib doc) generated 3 warnings
[INFO] [stderr]     Finished dev [optimized + debuginfo] target(s) in 1.17s
[INFO] running `Command { std: "docker" "inspect" "c0c2a58b8d18fd9f2087ec6271ffbf15bdd1ebeb9d7cbe277c85aac87288ae83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0c2a58b8d18fd9f2087ec6271ffbf15bdd1ebeb9d7cbe277c85aac87288ae83", kill_on_drop: false }`
[INFO] [stdout] c0c2a58b8d18fd9f2087ec6271ffbf15bdd1ebeb9d7cbe277c85aac87288ae83