tba-openapi-rust 3.8.2

# Overview Information and statistics about FIRST Robotics Competition teams and events. # Authentication All endpoints require an Auth Key to be passed in the header `X-TBA-Auth-Key`. If you do not have an auth key yet, you can obtain one from your [Account Page](/account).
Documentation
Build #2253912 2025-06-22 23:22:38
# rustc version
rustc 1.89.0-nightly (d4e1159b8 2025-06-21)# docs.rs version
docsrs 0.6.0 (0a8149e8 2025-06-15)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/tba-openapi-rust-3.8.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/tba-openapi-rust-3.8.2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250621-1.89.0-nightly-d4e1159b8\", \"--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] 0861b973d4c4ca4e9a436f006d96b1244aaaa65daa579869b79f95c4528740dd
[INFO] running `Command { std: "docker" "start" "-a" "0861b973d4c4ca4e9a436f006d96b1244aaaa65daa579869b79f95c4528740dd", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting tba-openapi-rust v3.8.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `EVENT_CODE`
[INFO] [stderr]   --> src/models/event.rs:16:44
[INFO] [stderr]    |
[INFO] [stderr] 16 |     /// TBA event key with the format yyyy[EVENT_CODE], where yyyy is the year, and EVENT_CODE is the event code of the event.
[INFO] [stderr]    |                                            ^^^^^^^^^^ no item named `EVENT_CODE` 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 `EVENT_CODE`
[INFO] [stderr]   --> src/models/event_simple.rs:16:44
[INFO] [stderr]    |
[INFO] [stderr] 16 |     /// TBA event key with the format yyyy[EVENT_CODE], where yyyy is the year, and EVENT_CODE is the event code of the event.
[INFO] [stderr]    |                                            ^^^^^^^^^^ no item named `EVENT_CODE` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `EVENT_CODE`
[INFO] [stderr]   --> src/models/match_timeseries_2018.rs:17:44
[INFO] [stderr]    |
[INFO] [stderr] 17 |     /// TBA event key with the format yyyy[EVENT_CODE], where yyyy is the year, and EVENT_CODE is the event code of the event.
[INFO] [stderr]    |                                            ^^^^^^^^^^ no item named `EVENT_CODE` 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/award.rs:19:34
[INFO] [stderr]    |
[INFO] [stderr] 19 |     /// Type of award given. See https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/award_type.py#L6
[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] 19 |     /// Type of award given. See <https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/award_type.py#L6>
[INFO] [stderr]    |                                  +                                                                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/event.rs:25:38
[INFO] [stderr]    |
[INFO] [stderr] 25 |     /// Event Type, as defined here: https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/event_type.py#L2
[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 |     /// Event Type, as defined here: <https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/event_type.py#L2>
[INFO] [stderr]    |                                      +                                                                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/event.rs:98:40
[INFO] [stderr]    |
[INFO] [stderr] 98 |     /// Playoff Type, as defined here: https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/playoff_type.py#L4, or n...
[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 |     /// Playoff Type, as defined here: <https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/playoff_type.py#L4>, or null.
[INFO] [stderr]    |                                        +                                                                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/event_simple.rs:25:38
[INFO] [stderr]    |
[INFO] [stderr] 25 |     /// Event Type, as defined here: https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/event_type.py#L2
[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 |     /// Event Type, as defined here: <https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/event_type.py#L2>
[INFO] [stderr]    |                                      +                                                                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/match_score_breakdown_2018.rs:11:99
[INFO] [stderr]    |
[INFO] [stderr] 11 | ... a description of each value. https://frcevents2.docs.apiary.io/#/reference/match-results/score-details
[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] 11 | /// MatchScoreBreakdown2018 : See the 2018 FMS API documentation for a description of each value. <https://frcevents2.docs.apiary.io/#/reference/match-results/score-details>
[INFO] [stderr]    |                                                                                                   +                                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/match_score_breakdown_2018.rs:24:77
[INFO] [stderr]    |
[INFO] [stderr] 24 | ... a description of each value. https://frcevents2.docs.apiary.io/#/reference/match-results/score-details
[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] 24 |     /// See the 2018 FMS API documentation for a description of each value. <https://frcevents2.docs.apiary.io/#/reference/match-results/score-details>
[INFO] [stderr]    |                                                                             +                                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/match_score_breakdown_2019.rs:11:99
[INFO] [stderr]    |
[INFO] [stderr] 11 | ... a description of each value. https://frcevents2.docs.apiary.io/#/reference/match-results/score-details
[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] 11 | /// MatchScoreBreakdown2019 : See the 2019 FMS API documentation for a description of each value. <https://frcevents2.docs.apiary.io/#/reference/match-results/score-details>
[INFO] [stderr]    |                                                                                                   +                                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/match_score_breakdown_2019.rs:24:77
[INFO] [stderr]    |
[INFO] [stderr] 24 | ... a description of each value. https://frcevents2.docs.apiary.io/#/reference/match-results/score-details
[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] 24 |     /// See the 2019 FMS API documentation for a description of each value. <https://frcevents2.docs.apiary.io/#/reference/match-results/score-details>
[INFO] [stderr]    |                                                                             +                                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/match_score_breakdown_2020.rs:11:99
[INFO] [stderr]    |
[INFO] [stderr] 11 | ... a description of each value. https://frcevents2.docs.apiary.io/#/reference/match-results/score-details
[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] 11 | /// MatchScoreBreakdown2020 : See the 2020 FMS API documentation for a description of each value. <https://frcevents2.docs.apiary.io/#/reference/match-results/score-details>
[INFO] [stderr]    |                                                                                                   +                                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/match_score_breakdown_2020.rs:24:77
[INFO] [stderr]    |
[INFO] [stderr] 24 | ... a description of each value. https://frcevents2.docs.apiary.io/#/reference/match-results/score-details
[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] 24 |     /// See the 2020 FMS API documentation for a description of each value. <https://frcevents2.docs.apiary.io/#/reference/match-results/score-details>
[INFO] [stderr]    |                                                                             +                                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/match_score_breakdown_2022.rs:11:99
[INFO] [stderr]    |
[INFO] [stderr] 11 | /// MatchScoreBreakdown2022 : See the 2022 FMS API documentation for a description of each value. https://frc-api-docs.firstinspires.org
[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] 11 | /// MatchScoreBreakdown2022 : See the 2022 FMS API documentation for a description of each value. <https://frc-api-docs.firstinspires.org>
[INFO] [stderr]    |                                                                                                   +                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/match_score_breakdown_2022.rs:24:77
[INFO] [stderr]    |
[INFO] [stderr] 24 |     /// See the 2022 FMS API documentation for a description of each value. https://frc-api-docs.firstinspires.org
[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] 24 |     /// See the 2022 FMS API documentation for a description of each value. <https://frc-api-docs.firstinspires.org>
[INFO] [stderr]    |                                                                             +                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: `tba-openapi-rust` (lib doc) generated 15 warnings (run `cargo fix --lib -p tba-openapi-rust` to apply 12 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tba_openapi_rust/index.html
[INFO] running `Command { std: "docker" "inspect" "0861b973d4c4ca4e9a436f006d96b1244aaaa65daa579869b79f95c4528740dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0861b973d4c4ca4e9a436f006d96b1244aaaa65daa579869b79f95c4528740dd", kill_on_drop: false }`
[INFO] [stdout] 0861b973d4c4ca4e9a436f006d96b1244aaaa65daa579869b79f95c4528740dd