vrchatapi 1.20.7

VRChat API Client for Rust
Documentation
Build #2783088 2026-01-01 23:50:45

# rustc version rustc 1.94.0-nightly (8d670b93d 2025-12-31)

# docs.rs version docsrs 0.1.0 (e6d7c66e 2025-12-21 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/vrchatapi-1.20.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/vrchatapi-1.20.7/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251231-1.94.0-nightly-8d670b93d\", \"--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] 03f9666befcefc5ae7b820e512174e01c49c6bd8cab056b4a7a704c430245cb9 [INFO] running `Command { std: "docker" "start" "-a" "03f9666befcefc5ae7b820e512174e01c49c6bd8cab056b4a7a704c430245cb9", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: cookies_load, cookies_store, example [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting vrchatapi v1.20.7 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `type` [INFO] [stderr] --> src/models/api_config.rs:325:160 [INFO] [stderr] | [INFO] [stderr] 325 | ...one key+value from the object at reportOptions[type] as the `category` of the report. reportCategories[category] contains user-f... [INFO] [stderr] | ^^^^ no item named `type` 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 `category` [INFO] [stderr] --> src/models/api_config.rs:325:216 [INFO] [stderr] | [INFO] [stderr] 325 | ...`category` of the report. reportCategories[category] contains user-facing text to display for all possible categories. Select on... [INFO] [stderr] | ^^^^^^^^ no item named `category` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `category` [INFO] [stderr] --> src/models/api_config.rs:325:347 [INFO] [stderr] | [INFO] [stderr] 325 | ...alue from the array at reportOptions[type][category] as the `reason` of the report. reportReasons[reason] contains user-facing t... [INFO] [stderr] | ^^^^^^^^ no item named `category` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `reason` [INFO] [stderr] --> src/models/api_config.rs:325:402 [INFO] [stderr] | [INFO] [stderr] 325 | ...as the `reason` of the report. reportReasons[reason] contains user-facing text to display for all possible categories. [INFO] [stderr] | ^^^^^^ no item named `reason` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `id` [INFO] [stderr] --> src/models/submit_moderation_report_request.rs:12:400 [INFO] [stderr] | [INFO] [stderr] 12 | ...alid_categories, (id) => config.reportCategories[id]) valid_reasons = config.reportOptions[request.type][request.category] reques... [INFO] [stderr] | ^^ no item named `id` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `request.category` [INFO] [stderr] --> src/models/submit_moderation_report_request.rs:12:456 [INFO] [stderr] | [INFO] [stderr] 12 | ...config.reportOptions[request.type][request.category] request.reason = select_one(valid_reasons, (id) => config.reportReasons[id])... [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `request.category` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `id` [INFO] [stderr] --> src/models/submit_moderation_report_request.rs:12:546 [INFO] [stderr] | [INFO] [stderr] 12 | ..._one(valid_reasons, (id) => config.reportReasons[id]) request.contentId = relevant_id_of_type(request.type) request.details = rel... [INFO] [stderr] | ^^ no item named `id` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `id` [INFO] [stderr] --> src/models/submit_moderation_report_request.rs:35:372 [INFO] [stderr] | [INFO] [stderr] 35 | ...alid_categories, (id) => config.reportCategories[id]) valid_reasons = config.reportOptions[request.type][request.category] reques... [INFO] [stderr] | ^^ no item named `id` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `request.category` [INFO] [stderr] --> src/models/submit_moderation_report_request.rs:35:428 [INFO] [stderr] | [INFO] [stderr] 35 | ...config.reportOptions[request.type][request.category] request.reason = select_one(valid_reasons, (id) => config.reportReasons[id])... [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no item named `request.category` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `id` [INFO] [stderr] --> src/models/submit_moderation_report_request.rs:35:518 [INFO] [stderr] | [INFO] [stderr] 35 | ..._one(valid_reasons, (id) => config.reportReasons[id]) request.contentId = relevant_id_of_type(request.type) request.details = rel... [INFO] [stderr] | ^^ no item named `id` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/models/current_user.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | /// https://discord.com/developers/docs/reference#snowflakes [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] 72 | /// <https://discord.com/developers/docs/reference#snowflakes> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/models/discord_details.rs:17:9 [INFO] [stderr] | [INFO] [stderr] 17 | /// https://discord.com/developers/docs/reference#snowflakes [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] 17 | /// <https://discord.com/developers/docs/reference#snowflakes> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/models/print_files.rs:16:28 [INFO] [stderr] | [INFO] [stderr] 16 | /// Link to file, e.g. https://api.vrchat.cloud/api/1/file/file_66fe782d-f2bd-4462-9761-1d766d7b2b26/1/file [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] 16 | /// Link to file, e.g. <https://api.vrchat.cloud/api/1/file/file_66fe782d-f2bd-4462-9761-1d766d7b2b26/1/file> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `vrchatapi` (lib doc) generated 13 warnings (run `cargo fix --lib -p vrchatapi` to apply 3 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/vrchatapi/index.html [INFO] running `Command { std: "docker" "inspect" "03f9666befcefc5ae7b820e512174e01c49c6bd8cab056b4a7a704c430245cb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03f9666befcefc5ae7b820e512174e01c49c6bd8cab056b4a7a704c430245cb9", kill_on_drop: false }` [INFO] [stdout] 03f9666befcefc5ae7b820e512174e01c49c6bd8cab056b4a7a704c430245cb9