sqlite-tiny 0.7.8

A minimalistic SQLite crate which ships the amalgamation variant and provides a tiny Rust API
Documentation

Build #3152291 2026-04-17 20:51:03

# rustc version rustc 1.97.0-nightly (7af3402cd 2026-04-16)

# docs.rs version docsrs 0.0.0 (15f7e1e9dfac4fc5b7cc4abfd7682239002ba909 2026-04-08 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder4/builds/sqlite-tiny-0.7.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder4/builds/sqlite-tiny-0.7.8/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" "-m" "6442450944" "--cpuset-cpus" "20-23" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", 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] ce32e65bd3fe4dceaa6a13cf5c5615825f2f056bbbc4906ffd7a997e050a2aca [INFO] running `Command { std: "docker" "start" "ce32e65bd3fe4dceaa6a13cf5c5615825f2f056bbbc4906ffd7a997e050a2aca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-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" "--user" "1001:1001" "ce32e65bd3fe4dceaa6a13cf5c5615825f2f056bbbc4906ffd7a997e050a2aca" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260416-1.97.0-nightly-7af3402cd\", \"--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" "-j4" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'soundexFunc': [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:135448:7: warning: unused parameter 'argc' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 135448 | int argc, [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'ceilingFunc': [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136141:7: warning: unused parameter 'argc' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 136141 | int argc, [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'math1Func': [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136247:7: warning: unused parameter 'argc' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 136247 | int argc, [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'math2Func': [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136269:7: warning: unused parameter 'argc' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 136269 | int argc, [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'piFunc': [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136292:7: warning: unused parameter 'argc' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 136292 | int argc, [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'percentInverse': [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:136675:54: warning: unused parameter 'argc' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 136675 | static void percentInverse(sqlite3_context *pCtx,int argc,sqlite3_value **argv){ [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'sqlite3_setlk_timeout': [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:188939:63: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 188939 | SQLITE_API int sqlite3_setlk_timeout(sqlite3 *db, int ms, int flags){ [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~^~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'rtreeCallbackConstraint': [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219322:56: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219322 | readCoord(pCellData+32, &c); aCoord[8] = c.f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~~~~~~^~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219323:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219323 | case 8: readCoord(pCellData+28, &c); aCoord[7] = c.f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219324:56: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219324 | readCoord(pCellData+24, &c); aCoord[6] = c.f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~~~~~~^~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219325:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219325 | case 6: readCoord(pCellData+20, &c); aCoord[5] = c.f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219326:56: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219326 | readCoord(pCellData+16, &c); aCoord[4] = c.f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~~~~~~^~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219327:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219327 | case 4: readCoord(pCellData+12, &c); aCoord[3] = c.f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219328:56: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219328 | readCoord(pCellData+8, &c); aCoord[2] = c.f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~~~~~~^~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219329:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219329 | default: readCoord(pCellData+4, &c); aCoord[1] = c.f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219337:56: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219337 | readCoord(pCellData+32, &c); aCoord[8] = c.i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~~~~~~^~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219338:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219338 | case 8: readCoord(pCellData+28, &c); aCoord[7] = c.i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219339:56: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219339 | readCoord(pCellData+24, &c); aCoord[6] = c.i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~~~~~~^~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219340:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219340 | case 6: readCoord(pCellData+20, &c); aCoord[5] = c.i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219341:56: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219341 | readCoord(pCellData+16, &c); aCoord[4] = c.i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~~~~~~^~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219342:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219342 | case 4: readCoord(pCellData+12, &c); aCoord[3] = c.i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219343:56: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219343 | readCoord(pCellData+8, &c); aCoord[2] = c.i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~~~~~~^~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:219344:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 219344 | default: readCoord(pCellData+4, &c); aCoord[1] = c.i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c: In function 'cellArea': [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220209:22: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220209 | case 5: area = p->aCoord[9].f - p->aCoord[8].f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220210:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220210 | case 4: area *= p->aCoord[7].f - p->aCoord[6].f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220210:21: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220210 | case 4: area *= p->aCoord[7].f - p->aCoord[6].f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220211:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220211 | case 3: area *= p->aCoord[5].f - p->aCoord[4].f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220211:21: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220211 | case 3: area *= p->aCoord[5].f - p->aCoord[4].f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220212:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220212 | case 2: area *= p->aCoord[3].f - p->aCoord[2].f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220212:21: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220212 | case 2: area *= p->aCoord[3].f - p->aCoord[2].f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220213:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220213 | default: area *= p->aCoord[1].f - p->aCoord[0].f; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220219:22: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220219 | case 5: area = (i64)p->aCoord[9].i - (i64)p->aCoord[8].i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220220:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220220 | case 4: area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220220:21: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220220 | case 4: area *= (i64)p->aCoord[7].i - (i64)p->aCoord[6].i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220221:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220221 | case 3: area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220221:21: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220221 | case 3: area *= (i64)p->aCoord[5].i - (i64)p->aCoord[4].i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220222:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220222 | case 2: area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220222:21: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220222 | case 2: area *= (i64)p->aCoord[3].i - (i64)p->aCoord[2].i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: sqlite-tiny@0.7.8: dist/sqlite3.c:220223:7: note: here [INFO] [stderr] warning: sqlite-tiny@0.7.8: 220223 | default: area *= (i64)p->aCoord[1].i - (i64)p->aCoord[0].i; [INFO] [stderr] warning: sqlite-tiny@0.7.8: | ^~~~~~~ [INFO] [stderr] Documenting sqlite-tiny v0.7.8 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/sqlite_tiny/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "ce32e65bd3fe4dceaa6a13cf5c5615825f2f056bbbc4906ffd7a997e050a2aca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce32e65bd3fe4dceaa6a13cf5c5615825f2f056bbbc4906ffd7a997e050a2aca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce32e65bd3fe4dceaa6a13cf5c5615825f2f056bbbc4906ffd7a997e050a2aca", kill_on_drop: false }` [INFO] [stdout] ce32e65bd3fe4dceaa6a13cf5c5615825f2f056bbbc4906ffd7a997e050a2aca