git-simple-encrypt 3.0.2

Encrypt/decrypt files in your git repo using only one password
Documentation

Build #3657939 2026-06-22 18:09:37

# rustc version rustc 1.98.0-nightly (91fe22da8 2026-06-21)

# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "5ae64b43d4483d5707d335b6abdb0d50682496b9d7b3a77ebeca9c3fb4240dcb" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260621-1.98.0-nightly-91fe22da8\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting git-simple-encrypt v3.0.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: public documentation for `crypt` links to private item `header` [INFO] [stderr] --> src/crypt/mod.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | //! | [`header`] | Constants (`MAGIC`, `VERSION`, `SALT_LEN`, …) and [`FileHeader`] | [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: public documentation for `crypt` links to private item `key` [INFO] [stderr] --> src/crypt/mod.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 8 | //! | [`key`] | Key derivation (Argon2, key splitting, nonce derivation) + key cache | [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 `crypt` links to private item `stream` [INFO] [stderr] --> src/crypt/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | //! | [`stream`] | Streaming `Read → Write` encrypt/decrypt primitives | [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 `crypt` links to private item `batch` [INFO] [stderr] --> src/crypt/mod.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | //! | [`batch`] | Parallel batch operations with shared key cache | [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 `crypt` links to private item `repo` [INFO] [stderr] --> src/crypt/mod.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 12 | //! | [`repo`] | Repository-level encrypt/decrypt with salt cache integration | [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: `git-simple-encrypt` (lib doc) generated 5 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/git_simple_encrypt/index.html [INFO] running `Command { std: "docker" "inspect" "5ae64b43d4483d5707d335b6abdb0d50682496b9d7b3a77ebeca9c3fb4240dcb", kill_on_drop: false }`