sqlite-rs 0.3.7

SQLite reader in pure Rust
Documentation
Build #2083721 2025-05-06 21:56:28
# rustc version
rustc 1.88.0-nightly (2e6882ac5 2025-05-05)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sqlite-rs-0.3.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sqlite-rs-0.3.7/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250505-1.88.0-nightly-2e6882ac5\", \"--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] [stdout] a619bb016e5368fe40b63b0b2ab9ee159fe54e7c7c89143b4d220249e5f80773
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "a619bb016e5368fe40b63b0b2ab9ee159fe54e7c7c89143b4d220249e5f80773", kill_on_drop: false }`
[INFO] [stderr]    Compiling sqlite-rs v0.3.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Scraping sqlite-rs v0.3.7 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting sqlite-rs v0.3.7 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/lib.rs:4:18
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! *Reference:* https://www.sqlite.org/arch.html
[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] 4 | //! *Reference:* <https://www.sqlite.org/arch.html>
[INFO] [stderr]   |                  +                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/header/mod.rs:1:16
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! Reference: https://www.sqlite.org/fileformat2.html
[INFO] [stderr]   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 1 | //! Reference: <https://www.sqlite.org/fileformat2.html>
[INFO] [stderr]   |                +                                       +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/header/file_format_version_numbers.rs:56:18
[INFO] [stderr]    |
[INFO] [stderr] 56 |   /// Reference: https://www.sqlite.org/wal.html
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 56 |   /// Reference: <https://www.sqlite.org/wal.html>
[INFO] [stderr]    |                  +                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/header/file_format_version_numbers.rs:98:18
[INFO] [stderr]    |
[INFO] [stderr] 98 |   /// Reference: https://www.sqlite.org/wal.html
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 98 |   /// Reference: <https://www.sqlite.org/wal.html>
[INFO] [stderr]    |                  +                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/header/page_size.rs:25:18
[INFO] [stderr]    |
[INFO] [stderr] 25 |   /// Reference: https://www.sqlite.org/pragma.html#pragma_page_size
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 25 |   /// Reference: <https://www.sqlite.org/pragma.html#pragma_page_size>
[INFO] [stderr]    |                  +                                                   +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/header/reserved_bytes_per_page.rs:26:16
[INFO] [stderr]    |
[INFO] [stderr] 26 | /// Reference: https://www.sqlite.org/fileformat2.html#resbyte
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 26 | /// Reference: <https://www.sqlite.org/fileformat2.html#resbyte>
[INFO] [stderr]    |                +                                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/header/version_valid_for.rs:25:23
[INFO] [stderr]    |
[INFO] [stderr] 25 | /// >  **Reference:** https://stackoverflow.com/a/45420823
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 25 | /// >  **Reference:** <https://stackoverflow.com/a/45420823>
[INFO] [stderr]    |                       +                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/header/write_library_version.rs:23:23
[INFO] [stderr]    |
[INFO] [stderr] 23 | /// >  **Reference:** https://stackoverflow.com/a/45420823
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 23 | /// >  **Reference:** <https://stackoverflow.com/a/45420823>
[INFO] [stderr]    |                       +                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/io/mod.rs:176:18
[INFO] [stderr]     |
[INFO] [stderr] 176 | /// *Reference:* https://www.sqlite.org/uri.html#urimode
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]     |
[INFO] [stderr] 176 | /// *Reference:* <https://www.sqlite.org/uri.html#urimode>
[INFO] [stderr]     |                  +                                       +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/pager/page.rs:49:18
[INFO] [stderr]    |
[INFO] [stderr] 49 | //! *Reference:* https://www.sqlite.org/fileformat2.html#pages
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 49 | //! *Reference:* <https://www.sqlite.org/fileformat2.html#pages>
[INFO] [stderr]    |                  +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: `sqlite-rs` (lib doc) generated 10 warnings (run `cargo fix --lib -p sqlite-rs` to apply 10 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/sqlite_rs/index.html
[INFO] running `Command { std: "docker" "inspect" "a619bb016e5368fe40b63b0b2ab9ee159fe54e7c7c89143b4d220249e5f80773", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a619bb016e5368fe40b63b0b2ab9ee159fe54e7c7c89143b4d220249e5f80773", kill_on_drop: false }`
[INFO] [stdout] a619bb016e5368fe40b63b0b2ab9ee159fe54e7c7c89143b4d220249e5f80773