github-api-octocat 0.1.0

All GitHub API endpoints in one place
Documentation
Build #2483604 2025-09-07 02:20:31

# rustc version rustc 1.91.0-nightly (1ed3cd703 2025-09-06)

# docs.rs version docsrs 0.6.0 (8bbaf878 2025-08-22)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/github-api-octocat-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/github-api-octocat-0.1.0/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--output-format\", \"json\", \"--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}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] 4d6d92d8d845a86a65c0e6e52e2a20edf1ace617e5dee9e8def0250057621f98 [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" "4d6d92d8d845a86a65c0e6e52e2a20edf1ace617e5dee9e8def0250057621f98", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting github-api-octocat v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/end_points.rs:1501:9 [INFO] [stderr] | [INFO] [stderr] 1501 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 1502 | | /// const sodium = require('tweetsodium'); [INFO] [stderr] 1503 | | /// [INFO] [stderr] 1504 | | /// const key = "base64-encoded-public-key"; [INFO] [stderr] ... | [INFO] [stderr] 1517 | | /// console.log(encrypted); [INFO] [stderr] 1518 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 1501 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/end_points.rs:1704:9 [INFO] [stderr] | [INFO] [stderr] 1704 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 1705 | | /// const sodium = require('tweetsodium'); [INFO] [stderr] 1706 | | /// [INFO] [stderr] 1707 | | /// const key = "base64-encoded-public-key"; [INFO] [stderr] ... | [INFO] [stderr] 1720 | | /// console.log(encrypted); [INFO] [stderr] 1721 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 1704 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/end_points.rs:3347:9 [INFO] [stderr] | [INFO] [stderr] 3347 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 3348 | | /// const sodium = require('tweetsodium'); [INFO] [stderr] 3349 | | /// [INFO] [stderr] 3350 | | /// const key = "base64-encoded-public-key"; [INFO] [stderr] ... | [INFO] [stderr] 3363 | | /// console.log(encrypted); [INFO] [stderr] 3364 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 3347 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/end_points.rs:4647:9 [INFO] [stderr] | [INFO] [stderr] 4647 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 4648 | | /// const sodium = require('tweetsodium'); [INFO] [stderr] 4649 | | /// [INFO] [stderr] 4650 | | /// const key = "base64-encoded-public-key"; [INFO] [stderr] ... | [INFO] [stderr] 4663 | | /// console.log(encrypted); [INFO] [stderr] 4664 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 4647 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/end_points.rs:6515:9 [INFO] [stderr] | [INFO] [stderr] 6515 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 6516 | | /// const sodium = require('tweetsodium'); [INFO] [stderr] 6517 | | /// [INFO] [stderr] 6518 | | /// const key = "base64-encoded-public-key"; [INFO] [stderr] ... | [INFO] [stderr] 6531 | | /// console.log(encrypted); [INFO] [stderr] 6532 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 6515 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/end_points.rs:6898:92 [INFO] [stderr] | [INFO] [stderr] 6898 | /// For example, if you want to search for topics related to Ruby that are featured on https://github.com/topics. Your query might lo... [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] 6898 | /// For example, if you want to search for topics related to Ruby that are featured on <https://github.com/topics.> Your query might look like this: [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/end_points.rs:7392:9 [INFO] [stderr] | [INFO] [stderr] 7392 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 7393 | | /// const sodium = require('tweetsodium'); [INFO] [stderr] 7394 | | /// [INFO] [stderr] 7395 | | /// const key = "base64-encoded-public-key"; [INFO] [stderr] ... | [INFO] [stderr] 7408 | | /// console.log(encrypted); [INFO] [stderr] 7409 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 7392 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `github-api-octocat` (lib doc) generated 7 warnings (run `cargo fix --lib -p github-api-octocat` to apply 7 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s [INFO] running `Command { std: "docker" "inspect" "4d6d92d8d845a86a65c0e6e52e2a20edf1ace617e5dee9e8def0250057621f98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d6d92d8d845a86a65c0e6e52e2a20edf1ace617e5dee9e8def0250057621f98", kill_on_drop: false }` [INFO] [stdout] 4d6d92d8d845a86a65c0e6e52e2a20edf1ace617e5dee9e8def0250057621f98