codify 0.3.0

Codify.rs translates between types from different programming languages.
Documentation
Build #1351946 2024-09-08 08:10:07
# rustc version
rustc 1.83.0-nightly (12b26c13f 2024-09-07)# docs.rs version
docsrs 0.6.0 (a6155e2c 2024-08-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/codify-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/codify-0.3.0/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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240907-1.83.0-nightly-12b26c13f\", \"--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] [stdout] 4b5895f08d0303ae443959fe1bdacdc59be5424cda7a449fceb80bb9fa255d8c
[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" "4b5895f08d0303ae443959fe1bdacdc59be5424cda7a449fceb80bb9fa255d8c", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting codify v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/c/type.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See: https://en.cppreference.com/w/c/language/arithmetic_types
[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] 8 | /// See: <https://en.cppreference.com/w/c/language/arithmetic_types>
[INFO] [stderr]   |          +                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/c/type.rs:14:14
[INFO] [stderr]    |
[INFO] [stderr] 14 |     /// See: https://en.cppreference.com/w/c/types/boolean
[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 |     /// See: <https://en.cppreference.com/w/c/types/boolean>
[INFO] [stderr]    |              +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/c/type.rs:17:14
[INFO] [stderr]    |
[INFO] [stderr] 17 |     /// See: https://en.wikipedia.org/wiki/Single-precision_floating-point_format
[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 |     /// See: <https://en.wikipedia.org/wiki/Single-precision_floating-point_format>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/c/type.rs:20:14
[INFO] [stderr]    |
[INFO] [stderr] 20 |     /// See: https://en.wikipedia.org/wiki/Double-precision_floating-point_format
[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] 20 |     /// See: <https://en.wikipedia.org/wiki/Double-precision_floating-point_format>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/c/type.rs:59:14
[INFO] [stderr]    |
[INFO] [stderr] 59 |     /// See: https://docs.rs/libc/latest/libc/type.time_t.html
[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] 59 |     /// See: <https://docs.rs/libc/latest/libc/type.time_t.html>
[INFO] [stderr]    |              +                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/cpp/type.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See: https://en.cppreference.com/w/cpp/language/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] 8 | /// See: <https://en.cppreference.com/w/cpp/language/types>
[INFO] [stderr]   |          +                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/cpp/type.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |     /// See: https://en.cppreference.com/w/cpp/keyword/bool
[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] 12 |     /// See: <https://en.cppreference.com/w/cpp/keyword/bool>
[INFO] [stderr]    |              +                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/cpp/type.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 |     /// See: https://en.wikipedia.org/wiki/Single-precision_floating-point_format
[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] 15 |     /// See: <https://en.wikipedia.org/wiki/Single-precision_floating-point_format>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/cpp/type.rs:18:14
[INFO] [stderr]    |
[INFO] [stderr] 18 |     /// See: https://en.wikipedia.org/wiki/Double-precision_floating-point_format
[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] 18 |     /// See: <https://en.wikipedia.org/wiki/Double-precision_floating-point_format>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/csharp/type.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/value-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] 8 | /// See: <https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/value-types>
[INFO] [stderr]   |          +                                                                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/csharp/type.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |     /// See: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/bool
[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] 12 |     /// See: <https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/bool>
[INFO] [stderr]    |              +                                                                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/csharp/type.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 |     /// See: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/floating-point-numeric-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] 15 |     /// See: <https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/floating-point-numeric-types>
[INFO] [stderr]    |              +                                                                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/csharp/type.rs:18:14
[INFO] [stderr]    |
[INFO] [stderr] 18 |     /// See: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/floating-point-numeric-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] 18 |     /// See: <https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/floating-point-numeric-types>
[INFO] [stderr]    |              +                                                                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/dart/type.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See: https://dart.dev/language/built-in-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] 8 | /// See: <https://dart.dev/language/built-in-types>
[INFO] [stderr]   |          +                                        +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/dart/type.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |     /// See: https://dart.dev/language/built-in-types#booleans
[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] 12 |     /// See: <https://dart.dev/language/built-in-types#booleans>
[INFO] [stderr]    |              +                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/dart/type.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 |     /// See: https://api.dart.dev/stable/dart-core/double-class.html
[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] 15 |     /// See: <https://api.dart.dev/stable/dart-core/double-class.html>
[INFO] [stderr]    |              +                                                       +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/go/type.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See: https://go.dev/ref/spec#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] 8 | /// See: <https://go.dev/ref/spec#Types>
[INFO] [stderr]   |          +                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/go/type.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |     /// See: https://go.dev/ref/spec#Boolean_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] 12 |     /// See: <https://go.dev/ref/spec#Boolean_types>
[INFO] [stderr]    |              +                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/go/type.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 |     /// See: https://go.dev/ref/spec#Numeric_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] 15 |     /// See: <https://go.dev/ref/spec#Numeric_types>
[INFO] [stderr]    |              +                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/go/type.rs:18:14
[INFO] [stderr]    |
[INFO] [stderr] 18 |     /// See: https://go.dev/ref/spec#Numeric_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] 18 |     /// See: <https://go.dev/ref/spec#Numeric_types>
[INFO] [stderr]    |              +                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/java/type.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See: https://docs.oracle.com/javase%2Ftutorial%2F/java/nutsandbolts/datatypes.html
[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] 8 | /// See: <https://docs.oracle.com/javase%2Ftutorial%2F/java/nutsandbolts/datatypes.html>
[INFO] [stderr]   |          +                                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/java/type.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |     /// See: https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html
[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] 12 |     /// See: <https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html>
[INFO] [stderr]    |              +                                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/java/type.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 |     /// See: https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html
[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] 15 |     /// See: <https://docs.oracle.com/javase/8/docs/api/java/lang/Float.html>
[INFO] [stderr]    |              +                                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/java/type.rs:18:14
[INFO] [stderr]    |
[INFO] [stderr] 18 |     /// See: https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html
[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] 18 |     /// See: <https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html>
[INFO] [stderr]    |              +                                                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/javascript/type.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures
[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] 8 | /// See: <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures>
[INFO] [stderr]   |          +                                                                       +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/javascript/type.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |     /// See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type
[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] 12 |     /// See: <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type>
[INFO] [stderr]    |              +                                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/javascript/type.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 |     /// See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type
[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] 15 |     /// See: <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type>
[INFO] [stderr]    |              +                                                                                   +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/python/type.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See: https://docs.python.org/3/library/stdtypes.html
[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] 8 | /// See: <https://docs.python.org/3/library/stdtypes.html>
[INFO] [stderr]   |          +                                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/python/type.rs:14:14
[INFO] [stderr]    |
[INFO] [stderr] 14 |     /// See: https://docs.python.org/3/library/stdtypes.html#boolean-type-bool
[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 |     /// See: <https://docs.python.org/3/library/stdtypes.html#boolean-type-bool>
[INFO] [stderr]    |              +                                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/python/type.rs:17:14
[INFO] [stderr]    |
[INFO] [stderr] 17 |     /// See: https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-complex
[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 |     /// See: <https://docs.python.org/3/library/stdtypes.html#numeric-types-int-float-complex>
[INFO] [stderr]    |              +                                                                               +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/python/type.rs:20:14
[INFO] [stderr]    |
[INFO] [stderr] 20 |     /// See: https://docs.python.org/3/library/ctypes.html#fundamental-data-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] 20 |     /// See: <https://docs.python.org/3/library/ctypes.html#fundamental-data-types>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/ruby/type.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | /// See: https://en.wikibooks.org/wiki/Ruby_Programming/Data_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 | /// See: <https://en.wikibooks.org/wiki/Ruby_Programming/Data_types>
[INFO] [stderr]   |          +                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ruby/type.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 |     /// See: https://ruby-doc.org/3.3.0/Object.html
[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] 13 |     /// See: <https://ruby-doc.org/3.3.0/Object.html>
[INFO] [stderr]    |              +                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ruby/type.rs:16:14
[INFO] [stderr]    |
[INFO] [stderr] 16 |     /// See: https://ruby-doc.org/3.3.0/NilClass.html
[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 |     /// See: <https://ruby-doc.org/3.3.0/NilClass.html>
[INFO] [stderr]    |              +                                        +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ruby/type.rs:19:14
[INFO] [stderr]    |
[INFO] [stderr] 19 |     /// See: https://ruby-doc.org/3.3.0/TrueClass.html
[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] 19 |     /// See: <https://ruby-doc.org/3.3.0/TrueClass.html>
[INFO] [stderr]    |              +                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ruby/type.rs:20:14
[INFO] [stderr]    |
[INFO] [stderr] 20 |     /// See: https://thoughtbot.com/blog/what-is-a-boolean
[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] 20 |     /// See: <https://thoughtbot.com/blog/what-is-a-boolean>
[INFO] [stderr]    |              +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ruby/type.rs:23:14
[INFO] [stderr]    |
[INFO] [stderr] 23 |     /// See: https://ruby-doc.org/3.3.0/Float.html
[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] 23 |     /// See: <https://ruby-doc.org/3.3.0/Float.html>
[INFO] [stderr]    |              +                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ruby/type.rs:26:14
[INFO] [stderr]    |
[INFO] [stderr] 26 |     /// See: https://ruby-doc.org/3.3.0/Integer.html
[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] 26 |     /// See: <https://ruby-doc.org/3.3.0/Integer.html>
[INFO] [stderr]    |              +                                       +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ruby/type.rs:29:14
[INFO] [stderr]    |
[INFO] [stderr] 29 |     /// See: https://ruby-doc.org/3.3.0/Range.html
[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] 29 |     /// See: <https://ruby-doc.org/3.3.0/Range.html>
[INFO] [stderr]    |              +                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ruby/type.rs:32:14
[INFO] [stderr]    |
[INFO] [stderr] 32 |     /// See: https://ruby-doc.org/3.3.0/String.html
[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] 32 |     /// See: <https://ruby-doc.org/3.3.0/String.html>
[INFO] [stderr]    |              +                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ruby/type.rs:35:14
[INFO] [stderr]    |
[INFO] [stderr] 35 |     /// See: https://ruby-doc.org/3.3.0/Symbol.html
[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] 35 |     /// See: <https://ruby-doc.org/3.3.0/Symbol.html>
[INFO] [stderr]    |              +                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ruby/type.rs:38:14
[INFO] [stderr]    |
[INFO] [stderr] 38 |     /// See: https://ruby-doc.org/3.3.0/Array.html
[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] 38 |     /// See: <https://ruby-doc.org/3.3.0/Array.html>
[INFO] [stderr]    |              +                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ruby/type.rs:41:14
[INFO] [stderr]    |
[INFO] [stderr] 41 |     /// See: https://ruby-doc.org/3.3.0/Hash.html
[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] 41 |     /// See: <https://ruby-doc.org/3.3.0/Hash.html>
[INFO] [stderr]    |              +                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ruby/type.rs:47:14
[INFO] [stderr]    |
[INFO] [stderr] 47 |     /// See: https://rubygems.org/gems/ffi
[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] 47 |     /// See: <https://rubygems.org/gems/ffi>
[INFO] [stderr]    |              +                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/rust/type.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See: https://doc.rust-lang.org/reference/types.html
[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] 8 | /// See: <https://doc.rust-lang.org/reference/types.html>
[INFO] [stderr]   |          +                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |     /// See: https://doc.rust-lang.org/core/any/index.html
[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] 12 |     /// See: <https://doc.rust-lang.org/core/any/index.html>
[INFO] [stderr]    |              +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 |     /// See: https://doc.rust-lang.org/reference/types/tuple.html
[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] 15 |     /// See: <https://doc.rust-lang.org/reference/types/tuple.html>
[INFO] [stderr]    |              +                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:18:14
[INFO] [stderr]    |
[INFO] [stderr] 18 |     /// See: https://doc.rust-lang.org/reference/types/boolean.html
[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] 18 |     /// See: <https://doc.rust-lang.org/reference/types/boolean.html>
[INFO] [stderr]    |              +                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:21:14
[INFO] [stderr]    |
[INFO] [stderr] 21 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#floating-point-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] 21 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#floating-point-types>
[INFO] [stderr]    |              +                                                                           +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:24:14
[INFO] [stderr]    |
[INFO] [stderr] 24 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#floating-point-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] 24 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#floating-point-types>
[INFO] [stderr]    |              +                                                                           +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:27:14
[INFO] [stderr]    |
[INFO] [stderr] 27 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#integer-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] 27 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#integer-types>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:30:14
[INFO] [stderr]    |
[INFO] [stderr] 30 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#integer-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] 30 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#integer-types>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:33:14
[INFO] [stderr]    |
[INFO] [stderr] 33 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#integer-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] 33 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#integer-types>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:36:14
[INFO] [stderr]    |
[INFO] [stderr] 36 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#integer-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] 36 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#integer-types>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:39:14
[INFO] [stderr]    |
[INFO] [stderr] 39 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#integer-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] 39 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#integer-types>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:42:14
[INFO] [stderr]    |
[INFO] [stderr] 42 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#machine-dependent-integer-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] 42 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#machine-dependent-integer-types>
[INFO] [stderr]    |              +                                                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:45:14
[INFO] [stderr]    |
[INFO] [stderr] 45 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#integer-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] 45 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#integer-types>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:48:14
[INFO] [stderr]    |
[INFO] [stderr] 48 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#integer-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] 48 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#integer-types>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:51:14
[INFO] [stderr]    |
[INFO] [stderr] 51 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#integer-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] 51 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#integer-types>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:54:14
[INFO] [stderr]    |
[INFO] [stderr] 54 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#integer-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] 54 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#integer-types>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:57:14
[INFO] [stderr]    |
[INFO] [stderr] 57 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#integer-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] 57 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#integer-types>
[INFO] [stderr]    |              +                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:60:14
[INFO] [stderr]    |
[INFO] [stderr] 60 |     /// See: https://doc.rust-lang.org/reference/types/numeric.html#machine-dependent-integer-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] 60 |     /// See: <https://doc.rust-lang.org/reference/types/numeric.html#machine-dependent-integer-types>
[INFO] [stderr]    |              +                                                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:63:14
[INFO] [stderr]    |
[INFO] [stderr] 63 |     /// See: https://doc.rust-lang.org/core/ops/struct.Range.html
[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] 63 |     /// See: <https://doc.rust-lang.org/core/ops/struct.Range.html>
[INFO] [stderr]    |              +                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:66:14
[INFO] [stderr]    |
[INFO] [stderr] 66 |     /// See: https://doc.rust-lang.org/reference/types/textual.html
[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] 66 |     /// See: <https://doc.rust-lang.org/reference/types/textual.html>
[INFO] [stderr]    |              +                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:69:14
[INFO] [stderr]    |
[INFO] [stderr] 69 |     /// See: https://doc.rust-lang.org/reference/types/textual.html
[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] 69 |     /// See: <https://doc.rust-lang.org/reference/types/textual.html>
[INFO] [stderr]    |              +                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:72:14
[INFO] [stderr]    |
[INFO] [stderr] 72 |     /// See: https://doc.rust-lang.org/alloc/string/struct.String.html
[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] 72 |     /// See: <https://doc.rust-lang.org/alloc/string/struct.String.html>
[INFO] [stderr]    |              +                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:75:14
[INFO] [stderr]    |
[INFO] [stderr] 75 |     /// See: https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html
[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] 75 |     /// See: <https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html>
[INFO] [stderr]    |              +                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:78:14
[INFO] [stderr]    |
[INFO] [stderr] 78 |     /// See: https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html
[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] 78 |     /// See: <https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html>
[INFO] [stderr]    |              +                                                           +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:81:14
[INFO] [stderr]    |
[INFO] [stderr] 81 |     /// See: https://doc.rust-lang.org/alloc/collections/btree_map/struct.BTreeMap.html
[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] 81 |     /// See: <https://doc.rust-lang.org/alloc/collections/btree_map/struct.BTreeMap.html>
[INFO] [stderr]    |              +                                                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:84:14
[INFO] [stderr]    |
[INFO] [stderr] 84 |     /// See: https://doc.rust-lang.org/reference/types/pointer.html#shared-references-
[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] 84 |     /// See: <https://doc.rust-lang.org/reference/types/pointer.html#shared-references->
[INFO] [stderr]    |              +                                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:87:14
[INFO] [stderr]    |
[INFO] [stderr] 87 |     /// See: https://doc.rust-lang.org/reference/types/pointer.html#mutable-references-mut
[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] 87 |     /// See: <https://doc.rust-lang.org/reference/types/pointer.html#mutable-references-mut>
[INFO] [stderr]    |              +                                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:90:14
[INFO] [stderr]    |
[INFO] [stderr] 90 |     /// See: https://doc.rust-lang.org/reference/types/pointer.html#raw-pointers-const-and-mut
[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] 90 |     /// See: <https://doc.rust-lang.org/reference/types/pointer.html#raw-pointers-const-and-mut>
[INFO] [stderr]    |              +                                                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:93:14
[INFO] [stderr]    |
[INFO] [stderr] 93 |     /// See: https://doc.rust-lang.org/reference/types/pointer.html#raw-pointers-const-and-mut
[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] 93 |     /// See: <https://doc.rust-lang.org/reference/types/pointer.html#raw-pointers-const-and-mut>
[INFO] [stderr]    |              +                                                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/rust/type.rs:96:14
[INFO] [stderr]    |
[INFO] [stderr] 96 |     /// See: https://doc.rust-lang.org/std/ffi/index.html
[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] 96 |     /// See: <https://doc.rust-lang.org/std/ffi/index.html>
[INFO] [stderr]    |              +                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/swift/type.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See: https://developer.apple.com/documentation/swift#Standard-Library
[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] 8 | /// See: <https://developer.apple.com/documentation/swift#Standard-Library>
[INFO] [stderr]   |          +                                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/swift/type.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |     /// See: https://developer.apple.com/documentation/swift/bool
[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] 12 |     /// See: <https://developer.apple.com/documentation/swift/bool>
[INFO] [stderr]    |              +                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/swift/type.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 |     /// See: https://developer.apple.com/documentation/swift/double
[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] 15 |     /// See: <https://developer.apple.com/documentation/swift/double>
[INFO] [stderr]    |              +                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/typescript/type.rs:8:10
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// See: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html
[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] 8 | /// See: <https://www.typescriptlang.org/docs/handbook/2/everyday-types.html>
[INFO] [stderr]   |          +                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/typescript/type.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 |     /// See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type
[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] 12 |     /// See: <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type>
[INFO] [stderr]    |              +                                                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/typescript/type.rs:15:14
[INFO] [stderr]    |
[INFO] [stderr] 15 |     /// See: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html
[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] 15 |     /// See: <https://www.typescriptlang.org/docs/handbook/2/everyday-types.html>
[INFO] [stderr]    |              +                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: `codify` (lib doc) generated 80 warnings (run `cargo fix --lib -p codify` to apply 80 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/codify/index.html
[INFO] running `Command { std: "docker" "inspect" "4b5895f08d0303ae443959fe1bdacdc59be5424cda7a449fceb80bb9fa255d8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b5895f08d0303ae443959fe1bdacdc59be5424cda7a449fceb80bb9fa255d8c", kill_on_drop: false }`
[INFO] [stdout] 4b5895f08d0303ae443959fe1bdacdc59be5424cda7a449fceb80bb9fa255d8c