ries 1.1.1

Find algebraic equations given their solution - Rust implementation
Documentation
Build #3033331 2026-03-18 22:22:13

# rustc version rustc 1.96.0-nightly (91021ccc7 2026-03-17)

# docs.rs version docsrs 0.0.0 (da7690ee 2026-03-15 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder4/builds/ries-1.1.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder4/builds/ries-1.1.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder4/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260317-1.96.0-nightly-91021ccc7\", \"--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] 70f226289e620e7967f89c81949d0c98bbd3ebdc1b78329f9ea0b513c2fddd85 [INFO] running `Command { std: "docker" "start" "-a" "70f226289e620e7967f89c81949d0c98bbd3ebdc1b78329f9ea0b513c2fddd85", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: basic_search, custom_config, streaming [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 ries v1.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `ries_rs` links to private item `metrics` [INFO] [stderr] --> src/lib.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | //! - [`metrics`] - Match scoring and categorization [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: unresolved link to `precision` [INFO] [stderr] --> src/lib.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | //! - [`precision`] - Precision abstraction for numeric types [INFO] [stderr] | ^^^^^^^^^ no item named `precision` 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 `ries_rs` links to private item `report` [INFO] [stderr] --> src/lib.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | //! - [`report`] - Categorized match output [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 `ries_rs` links to private item `thresholds` [INFO] [stderr] --> src/lib.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | //! - [`thresholds`] - Named threshold constants [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: redundant explicit link target [INFO] [stderr] --> src/lib.rs:57:21 [INFO] [stderr] | [INFO] [stderr] 57 | //! - [`GenConfig`](gen::GenConfig) - Configure expression generation [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] 57 - //! - [`GenConfig`](gen::GenConfig) - Configure expression generation [INFO] [stderr] 57 + //! - [`GenConfig`] - Configure expression generation [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:58:24 [INFO] [stderr] | [INFO] [stderr] 58 | //! - [`SearchConfig`](search::SearchConfig) - Configure search behavior [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] 58 - //! - [`SearchConfig`](search::SearchConfig) - Configure search behavior [INFO] [stderr] 58 + //! - [`SearchConfig`] - Configure search behavior [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:59:17 [INFO] [stderr] | [INFO] [stderr] 59 | //! - [`Match`](search::Match) - A matched equation [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] 59 - //! - [`Match`](search::Match) - A matched equation [INFO] [stderr] 59 + //! - [`Match`] - A matched equation [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:64:22 [INFO] [stderr] | [INFO] [stderr] 64 | //! - [`Expression`](expr::Expression) - Symbolic expression representation [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] 64 - //! - [`Expression`](expr::Expression) - Symbolic expression representation [INFO] [stderr] 64 + //! - [`Expression`] - Symbolic expression representation [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/lib.rs:65:18 [INFO] [stderr] | [INFO] [stderr] 65 | //! - [`Symbol`](symbol::Symbol) - Individual symbols (constants, operators) [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] 65 - //! - [`Symbol`](symbol::Symbol) - Individual symbols (constants, operators) [INFO] [stderr] 65 + //! - [`Symbol`] - Individual symbols (constants, operators) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `search` is both a function and a module [INFO] [stderr] --> src/lib.rs:78:9 [INFO] [stderr] | [INFO] [stderr] 78 | //! - [`search`] - Search algorithms and matching [INFO] [stderr] | ^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the function, add parentheses [INFO] [stderr] | [INFO] [stderr] 78 | //! - [`search()`] - Search algorithms and matching [INFO] [stderr] | ++ [INFO] [stderr] help: to link to the module, prefix with `mod@` [INFO] [stderr] | [INFO] [stderr] 78 | //! - [`mod@search`] - Search algorithms and matching [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `ries` (lib doc) generated 10 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/ries_rs/index.html [INFO] running `Command { std: "docker" "inspect" "70f226289e620e7967f89c81949d0c98bbd3ebdc1b78329f9ea0b513c2fddd85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70f226289e620e7967f89c81949d0c98bbd3ebdc1b78329f9ea0b513c2fddd85", kill_on_drop: false }` [INFO] [stdout] 70f226289e620e7967f89c81949d0c98bbd3ebdc1b78329f9ea0b513c2fddd85