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 #706050 2022-12-21 08:25:33
# rustc version
rustc 1.68.0-nightly (1d12c3cea 2022-12-20)# docs.rs version
docsrs 0.6.0 (16885a3d 2022-12-20)# 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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:9db6adea6fe108e8475f2314ed6ea91319efc655499b550640da2809d69ffe6a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221220-1.68.0-nightly-1d12c3cea\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 13825bf25edb1184dccf1a2123bd17d9a8c08f9bf5aab864051997e4e18952b3
[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" "13825bf25edb1184dccf1a2123bd17d9a8c08f9bf5aab864051997e4e18952b3", kill_on_drop: false }`
[INFO] [stderr]     Scraping tba-openapi-rust v3.8.2 (/opt/rustwide/workdir)
[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]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/award_type.py#L6>`
[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] 
[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]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/event_type.py#L2>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/event.rs:98:40
[INFO] [stderr]    |
[INFO] [stderr] 98 | ...as defined here: https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/playoff_type.py#L4, or null.
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/playoff_type.py#L4>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/the-blue-alliance/the-blue-alliance/blob/master/consts/event_type.py#L2>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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 | ...scription of each value. https://frcevents2.docs.apiary.io/#/reference/match-results/score-details
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://frcevents2.docs.apiary.io/#/reference/match-results/score-details>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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 | ...scription of each value. https://frcevents2.docs.apiary.io/#/reference/match-results/score-details
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://frcevents2.docs.apiary.io/#/reference/match-results/score-details>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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 | ...scription of each value. https://frcevents2.docs.apiary.io/#/reference/match-results/score-details
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://frcevents2.docs.apiary.io/#/reference/match-results/score-details>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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 | ...scription of each value. https://frcevents2.docs.apiary.io/#/reference/match-results/score-details
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://frcevents2.docs.apiary.io/#/reference/match-results/score-details>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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 | ...scription of each value. https://frcevents2.docs.apiary.io/#/reference/match-results/score-details
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://frcevents2.docs.apiary.io/#/reference/match-results/score-details>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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 | ...scription of each value. https://frcevents2.docs.apiary.io/#/reference/match-results/score-details
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://frcevents2.docs.apiary.io/#/reference/match-results/score-details>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://frc-api-docs.firstinspires.org>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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]    |                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://frc-api-docs.firstinspires.org>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[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 [unoptimized + debuginfo] target(s) in 9.88s
[INFO] running `Command { std: "docker" "inspect" "13825bf25edb1184dccf1a2123bd17d9a8c08f9bf5aab864051997e4e18952b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13825bf25edb1184dccf1a2123bd17d9a8c08f9bf5aab864051997e4e18952b3", kill_on_drop: false }`
[INFO] [stdout] 13825bf25edb1184dccf1a2123bd17d9a8c08f9bf5aab864051997e4e18952b3