pokemon-tcg-sdk 0.3.0

Pokémon TCG SDK is a rust wrapper around the Pokémon TCG API located at pokemontcg.io
Documentation
Build #1785556 2025-02-20T16:49:27.643806+00:00
# rustc version
rustc 1.87.0-nightly (f280acf4c 2025-02-19)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/pokemon-tcg-sdk-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/pokemon-tcg-sdk-0.3.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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250219-1.87.0-nightly-f280acf4c\", \"--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-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stdout] 41f2f309053691e13458faae9e5bc6a0f6bafe94add5ea5de540cf1d38a57c46
[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" "41f2f309053691e13458faae9e5bc6a0f6bafe94add5ea5de540cf1d38a57c46", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting pokemon-tcg-sdk v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/card.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 | /// https://docs.pokemontcg.io/api-reference/cards/card-object
[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] 27 | /// <https://docs.pokemontcg.io/api-reference/cards/card-object>
[INFO] [stderr]    |     +                                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/card.rs:132:9
[INFO] [stderr]     |
[INFO] [stderr] 132 |     /// https://docs.pokemontcg.io/api-reference/cards/get-card
[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] 132 |     /// <https://docs.pokemontcg.io/api-reference/cards/get-card>
[INFO] [stderr]     |         +                                                       +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/card.rs:147:9
[INFO] [stderr]     |
[INFO] [stderr] 147 |     /// https://docs.pokemontcg.io/api-reference/cards/search-cards
[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] 147 |     /// <https://docs.pokemontcg.io/api-reference/cards/search-cards>
[INFO] [stderr]     |         +                                                           +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/set.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | /// https://docs.pokemontcg.io/api-reference/sets/set-object
[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] 14 | /// <https://docs.pokemontcg.io/api-reference/sets/set-object>
[INFO] [stderr]    |     +                                                        +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/set.rs:79:9
[INFO] [stderr]    |
[INFO] [stderr] 79 |     /// https://docs.pokemontcg.io/api-reference/sets/get-set
[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] 79 |     /// <https://docs.pokemontcg.io/api-reference/sets/get-set>
[INFO] [stderr]    |         +                                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/set.rs:94:9
[INFO] [stderr]    |
[INFO] [stderr] 94 |     /// https://docs.pokemontcg.io/api-reference/sets/search-cards
[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] 94 |     /// <https://docs.pokemontcg.io/api-reference/sets/search-cards>
[INFO] [stderr]    |         +                                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/types.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 |     /// https://docs.pokemontcg.io/api-reference/types/get-types
[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] 9 |     /// <https://docs.pokemontcg.io/api-reference/types/get-types>
[INFO] [stderr]   |         +                                                        +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/types.rs:24:9
[INFO] [stderr]    |
[INFO] [stderr] 24 |     /// https://docs.pokemontcg.io/api-reference/subtypes/get-subtypes
[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 |     /// <https://docs.pokemontcg.io/api-reference/subtypes/get-subtypes>
[INFO] [stderr]    |         +                                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/types.rs:39:9
[INFO] [stderr]    |
[INFO] [stderr] 39 |     /// https://docs.pokemontcg.io/api-reference/supertypes/get-supertypes
[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] 39 |     /// <https://docs.pokemontcg.io/api-reference/supertypes/get-supertypes>
[INFO] [stderr]    |         +                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/types.rs:54:9
[INFO] [stderr]    |
[INFO] [stderr] 54 |     /// https://docs.pokemontcg.io/api-reference/rarities/get-rarities
[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] 54 |     /// <https://docs.pokemontcg.io/api-reference/rarities/get-rarities>
[INFO] [stderr]    |         +                                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: `pokemon-tcg-sdk` (lib doc) generated 10 warnings (run `cargo fix --lib -p pokemon-tcg-sdk` to apply 10 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] [stderr]    Generated /opt/rustwide/target/i686-pc-windows-msvc/doc/pokemon_tcg_sdk/index.html
[INFO] running `Command { std: "docker" "inspect" "41f2f309053691e13458faae9e5bc6a0f6bafe94add5ea5de540cf1d38a57c46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41f2f309053691e13458faae9e5bc6a0f6bafe94add5ea5de540cf1d38a57c46", kill_on_drop: false }`
[INFO] [stdout] 41f2f309053691e13458faae9e5bc6a0f6bafe94add5ea5de540cf1d38a57c46