edgedb-protocol 0.6.1

Low-level protocol implemenentation for EdgeDB database client. Use edgedb-tokio for applications instead.
Documentation
Build #1215204 2024-05-09 15:38:14
# rustc version
rustc 1.80.0-nightly (87293c958 2024-05-08)# docs.rs version
docsrs 0.6.0 (7c63657e 2024-05-03)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/edgedb-protocol-0.6.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/edgedb-protocol-0.6.1/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240508-1.80.0-nightly-87293c958\", \"--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] f2a5b99c87906448fd0169efe5000d601a49f91d8350f61ca072ec4dca1b0aab
[INFO] running `Command { std: "docker" "start" "-a" "f2a5b99c87906448fd0169efe5000d601a49f91d8350f61ca072ec4dca1b0aab", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting edgedb-protocol v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `eargs`
[INFO] [stderr]   --> src/value_opt.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 | /// Used by [eargs!] macro.
[INFO] [stderr]    |              ^^^^^^ no item named `eargs` 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: redundant explicit link target
[INFO] [stderr]  --> src/lib.rs:4:64
[INFO] [stderr]   |
[INFO] [stderr] 4 | EdgeDB types used for data modeling can be seen on the [model](crate::model) crate, in which the [Value](crate::value::Value)
[INFO] [stderr]   |                                                         -----  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                                         |
[INFO] [stderr]   |                                                         because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr]   = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 4 | EdgeDB types used for data modeling can be seen on the [model] crate, in which the [Value](crate::value::Value)
[INFO] [stderr]   |                                                        ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:15:17
[INFO] [stderr]    |
[INFO] [stderr] 15 | * [QueryResult](crate::query_result::QueryResult): single result from a query (scalars and tuples)
[INFO] [stderr]    |    -----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |    |
[INFO] [stderr]    |    because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 15 | * [QueryResult]: single result from a query (scalars and tuples)
[INFO] [stderr]    |   ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/client_message.rs:2:100
[INFO] [stderr]   |
[INFO] [stderr] 2 | ...e/protocol/messages)) The [ClientMessage](crate::client_message::ClientMessage) enum and related types.
[INFO] [stderr]   |                               -------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                               |
[INFO] [stderr]   |                               because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 2 | ([Website reference](https://www.edgedb.com/docs/reference/protocol/messages)) The [ClientMessage] enum and related types.
[INFO] [stderr]   |                                                                                    ~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/codec.rs:2:32
[INFO] [stderr]   |
[INFO] [stderr] 2 | Implementations of the [Codec](crate::codec::Codec) trait into types found in the [Value](crate::value::Value) enum.
[INFO] [stderr]   |                         -----  ^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                         |
[INFO] [stderr]   |                         because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 2 | Implementations of the [Codec] trait into types found in the [Value](crate::value::Value) enum.
[INFO] [stderr]   |                        ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/codec.rs:2:91
[INFO] [stderr]   |
[INFO] [stderr] 2 | Implementations of the [Codec](crate::codec::Codec) trait into types found in the [Value](crate::value::Value) enum.
[INFO] [stderr]   |                                                                                    -----  ^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                                                                    |
[INFO] [stderr]   |                                                                                    because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 2 | Implementations of the [Codec](crate::codec::Codec) trait into types found in the [Value] enum.
[INFO] [stderr]   |                                                                                   ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/descriptors.rs:2:107
[INFO] [stderr]   |
[INFO] [stderr] 2 | ...ocol/typedesc)) Types for the [Descriptor](crate::descriptors::Descriptor) enum.
[INFO] [stderr]   |                                   ----------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                   |
[INFO] [stderr]   |                                   because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 2 | ([Website reference](https://www.edgedb.com/docs/reference/protocol/typedesc)) Types for the [Descriptor] enum.
[INFO] [stderr]   |                                                                                              ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/queryable.rs:2:26
[INFO] [stderr]   |
[INFO] [stderr] 2 | Contains the [Queryable](crate::queryable::Queryable) trait.
[INFO] [stderr]   |               ---------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |               |
[INFO] [stderr]   |               because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 2 | Contains the [Queryable] trait.
[INFO] [stderr]   |              ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/server_message.rs:2:21
[INFO] [stderr]   |
[INFO] [stderr] 2 | The [ServerMessage](crate::server_message::ServerMessage) enum and related types. EdgeDB website documentation on messages [here](https:/...
[INFO] [stderr]   |      -------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |      |
[INFO] [stderr]   |      because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 2 | The [ServerMessage] enum and related types. EdgeDB website documentation on messages [here](https://www.edgedb.com/docs/reference/protocol/messages).
[INFO] [stderr]   |     ~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/value.rs:2:22
[INFO] [stderr]   |
[INFO] [stderr] 2 | Contains the [Value](crate::value::Value) enum.
[INFO] [stderr]   |               -----  ^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |               |
[INFO] [stderr]   |               because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 2 | Contains the [Value] enum.
[INFO] [stderr]   |              ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/query_arg.rs:2:25
[INFO] [stderr]   |
[INFO] [stderr] 2 | Contains the [QueryArg](crate::query_arg::QueryArg) and [QueryArgs](crate::query_arg::QueryArgs) traits.
[INFO] [stderr]   |               --------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |               |
[INFO] [stderr]   |               because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 2 | Contains the [QueryArg] and [QueryArgs](crate::query_arg::QueryArgs) traits.
[INFO] [stderr]   |              ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/query_arg.rs:2:69
[INFO] [stderr]   |
[INFO] [stderr] 2 | Contains the [QueryArg](crate::query_arg::QueryArg) and [QueryArgs](crate::query_arg::QueryArgs) traits.
[INFO] [stderr]   |                                                          ---------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                                          |
[INFO] [stderr]   |                                                          because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 2 | Contains the [QueryArg](crate::query_arg::QueryArg) and [QueryArgs] traits.
[INFO] [stderr]   |                                                         ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `edgedb-protocol` (lib doc) generated 12 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/edgedb_protocol/index.html
[INFO] running `Command { std: "docker" "inspect" "f2a5b99c87906448fd0169efe5000d601a49f91d8350f61ca072ec4dca1b0aab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2a5b99c87906448fd0169efe5000d601a49f91d8350f61ca072ec4dca1b0aab", kill_on_drop: false }`
[INFO] [stdout] f2a5b99c87906448fd0169efe5000d601a49f91d8350f61ca072ec4dca1b0aab