libmake 0.2.6

A code generator to reduce repetitive tasks and build high-quality Rust libraries and applications, by providing a simple interface to create projects, generate code, and manage dependencies.
Documentation
Build #2675441 2025-11-21 07:57:29

# rustc version rustc 1.93.0-nightly (53732d5e0 2025-11-20)

# docs.rs version docsrs 0.6.0 (2682ed47 2025-11-19 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/libmake-0.2.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/libmake-0.2.6/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--generate-link-to-definition\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251120-1.93.0-nightly-53732d5e0\", \"--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] 2dab52986d0afbf79b9c0eef37c93e2e10dc1074aa963547524725b906836388 [INFO] running `Command { std: "docker" "start" "-a" "2dab52986d0afbf79b9c0eef37c93e2e10dc1074aa963547524725b906836388", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: generate_from_args, generate_from_config, generate_from_csv, generate_from_json, generate_from_toml, generate_from_yaml, get_csv_field, get_json_field, get_yaml_field, libmake [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] warning: lint `pointer_structural_match` has been removed: converted into hard error, see RFC #3535 <https://rust-lang.github.io/rfcs/3535-constants-in-patterns.html> for more information [INFO] [stderr] | [INFO] [stderr] = note: requested on the command line with `-D pointer_structural_match` [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `missing_fragment_specifier` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/40107> for more information [INFO] [stderr] | [INFO] [stderr] = note: requested on the command line with `-D missing_fragment_specifier` [INFO] [stderr] [INFO] [stderr] warning: `libmake` (build script) generated 2 warnings [INFO] [stderr] Documenting libmake v0.2.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition value: `bench` [INFO] [stderr] --> src/lib.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | #![cfg_attr(feature = "bench", feature(test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default` [INFO] [stderr] = help: consider adding `bench` 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: unresolved link to `macro_create_directories` [INFO] [stderr] --> src/macros/directory_macros.rs:127:9 [INFO] [stderr] | [INFO] [stderr] 127 | /// - [`macro_create_directories`] for creating multiple directories [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `macro_create_directories` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `macro_create_directories` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `macro_cleanup_directories` [INFO] [stderr] --> src/macros/directory_macros.rs:128:9 [INFO] [stderr] | [INFO] [stderr] 128 | /// - [`macro_cleanup_directories`] for cleaning up directories [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `macro_cleanup_directories` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `macro_cleanup_directories` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `macro_create_directories` [INFO] [stderr] --> src/macros/directory_macros.rs:188:9 [INFO] [stderr] | [INFO] [stderr] 188 | /// - [`macro_create_directories`] for creating multiple directories [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `macro_create_directories` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `macro_create_directories` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `macro_cleanup_directories` [INFO] [stderr] --> src/macros/directory_macros.rs:250:9 [INFO] [stderr] | [INFO] [stderr] 250 | /// - [`macro_cleanup_directories`] for cleaning up directories [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `macro_cleanup_directories` in scope [INFO] [stderr] | [INFO] [stderr] = note: `macro_rules` named `macro_cleanup_directories` exists in this crate, but it is not in scope at this link's location [INFO] [stderr] [INFO] [stderr] warning: `libmake` (lib doc) generated 7 warnings (2 duplicates) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/libmake/index.html [INFO] running `Command { std: "docker" "inspect" "2dab52986d0afbf79b9c0eef37c93e2e10dc1074aa963547524725b906836388", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dab52986d0afbf79b9c0eef37c93e2e10dc1074aa963547524725b906836388", kill_on_drop: false }` [INFO] [stdout] 2dab52986d0afbf79b9c0eef37c93e2e10dc1074aa963547524725b906836388