macro-toolset 0.7.13

Some useful macros
Documentation
Build #1599792 2024-12-25T17:25:52.477549+00:00
# rustc version
rustc 1.85.0-nightly (409998c4e 2024-12-24)# docs.rs version
docsrs 0.6.0 (a9496dd3 2024-12-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/macro-toolset-0.7.13/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/macro-toolset-0.7.13/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "dev" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241224-1.85.0-nightly-409998c4e\", \"--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] d0c4a190359eec655a1bb9462c8db95fb4400f29b86072d7c128cea3472063ac
[INFO] running `Command { std: "docker" "start" "-a" "d0c4a190359eec655a1bb9462c8db95fb4400f29b86072d7c128cea3472063ac", kill_on_drop: false }`
[INFO] [stderr] warning: `panic` setting is ignored for `bench` profile
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting macro-toolset v0.7.13 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `reserve`
[INFO] [stderr]    --> src/string.rs:240:38
[INFO] [stderr]     |
[INFO] [stderr] 240 |     /// the current length. Unlike [`reserve`], this will not
[INFO] [stderr]     |                                      ^^^^^^^ no item named `reserve` 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 `calc_hash`
[INFO] [stderr]   --> src/hash.rs:11:55
[INFO] [stderr]    |
[INFO] [stderr] 11 | /// Just a shortcut for `calc_hash!(MD5: ...)`, see [`calc_hash`] for more
[INFO] [stderr]    |                                                       ^^^^^^^^^ no item named `calc_hash` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: `macro_rules` named `calc_hash` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `calc_hash`
[INFO] [stderr]   --> src/hash.rs:33:58
[INFO] [stderr]    |
[INFO] [stderr] 33 | /// Just a shortcut for `calc_hash!(SHA256: ...)`, see [`calc_hash`] for more
[INFO] [stderr]    |                                                          ^^^^^^^^^ no item named `calc_hash` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: `macro_rules` named `calc_hash` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `calc_hash`
[INFO] [stderr]   --> src/hash.rs:55:58
[INFO] [stderr]    |
[INFO] [stderr] 55 | /// Just a shortcut for `calc_hash!(SHA384: ...)`, see [`calc_hash`] for more
[INFO] [stderr]    |                                                          ^^^^^^^^^ no item named `calc_hash` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: `macro_rules` named `calc_hash` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `calc_hash`
[INFO] [stderr]   --> src/hash.rs:77:58
[INFO] [stderr]    |
[INFO] [stderr] 77 | /// Just a shortcut for `calc_hash!(SHA512: ...)`, see [`calc_hash`] for more
[INFO] [stderr]    |                                                          ^^^^^^^^^ no item named `calc_hash` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: `macro_rules` named `calc_hash` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `u8`
[INFO] [stderr]    --> src/string.rs:172:43
[INFO] [stderr]     |
[INFO] [stderr] 172 |     /// Consume self and get the inner Vec<u8>
[INFO] [stderr]     |                                           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 172 |     /// Consume self and get the inner `Vec<u8>`
[INFO] [stderr]     |                                        +       +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `u8`
[INFO] [stderr]    --> src/string.rs:176:32
[INFO] [stderr]     |
[INFO] [stderr] 176 |     /// Just mark the inner Vec<u8> as mutable, but it's not safe to modify the
[INFO] [stderr]     |                                ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 176 |     /// Just mark the inner `Vec<u8>` as mutable, but it's not safe to modify the
[INFO] [stderr]     |                             +       +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `u8`
[INFO] [stderr]    --> src/string.rs:177:12
[INFO] [stderr]     |
[INFO] [stderr] 177 |     /// Vec<u8> directly and you must ensure the Vec<u8> is always valid
[INFO] [stderr]     |            ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 177 |     /// `Vec<u8>` directly and you must ensure the Vec<u8> is always valid
[INFO] [stderr]     |         +       +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `u8`
[INFO] [stderr]    --> src/string.rs:177:53
[INFO] [stderr]     |
[INFO] [stderr] 177 |     /// Vec<u8> directly and you must ensure the Vec<u8> is always valid
[INFO] [stderr]     |                                                     ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 177 |     /// Vec<u8> directly and you must ensure the `Vec<u8>` is always valid
[INFO] [stderr]     |                                                  +       +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `u8`
[INFO] [stderr]    --> src/string.rs:273:29
[INFO] [stderr]     |
[INFO] [stderr] 273 |     /// Borrow the inner Vec<u8>
[INFO] [stderr]     |                             ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 273 |     /// Borrow the inner `Vec<u8>`
[INFO] [stderr]     |                          +       +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `u8`
[INFO] [stderr]    --> src/string.rs:277:32
[INFO] [stderr]     |
[INFO] [stderr] 277 |     /// Just mark the inner Vec<u8> as mutable, but it's not safe to modify the
[INFO] [stderr]     |                                ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 277 |     /// Just mark the inner `Vec<u8>` as mutable, but it's not safe to modify the
[INFO] [stderr]     |                             +       +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `u8`
[INFO] [stderr]    --> src/string.rs:278:12
[INFO] [stderr]     |
[INFO] [stderr] 278 |     /// Vec<u8> directly and you must ensure the Vec<u8> is always valid
[INFO] [stderr]     |            ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 278 |     /// `Vec<u8>` directly and you must ensure the Vec<u8> is always valid
[INFO] [stderr]     |         +       +
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `u8`
[INFO] [stderr]    --> src/string.rs:278:53
[INFO] [stderr]     |
[INFO] [stderr] 278 |     /// Vec<u8> directly and you must ensure the Vec<u8> is always valid
[INFO] [stderr]     |                                                     ^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 278 |     /// Vec<u8> directly and you must ensure the `Vec<u8>` is always valid
[INFO] [stderr]     |                                                  +       +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/lib.rs:76:16
[INFO] [stderr]    |
[INFO] [stderr] 76 | /// Reference: https://stackoverflow.com/a/61189128
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 76 | /// Reference: <https://stackoverflow.com/a/61189128>
[INFO] [stderr]    |                +                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: `macro-toolset` (lib doc) generated 14 warnings (run `cargo fix --lib -p macro-toolset` to apply 1 suggestion)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/macro_toolset/index.html
[INFO] running `Command { std: "docker" "inspect" "d0c4a190359eec655a1bb9462c8db95fb4400f29b86072d7c128cea3472063ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0c4a190359eec655a1bb9462c8db95fb4400f29b86072d7c128cea3472063ac", kill_on_drop: false }`
[INFO] [stdout] d0c4a190359eec655a1bb9462c8db95fb4400f29b86072d7c128cea3472063ac