codee 0.1.2

Easy and flexible way of encoding and decoding data into either strings or bytes
Documentation
Build #1284542 2024-07-08T02:06:42.766473+00:00
# rustc version
rustc 1.81.0-nightly (20ae37c18 2024-07-07)# docs.rs version
docsrs 0.6.0 (bb8cd489 2024-06-24)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/codee-0.1.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/codee-0.1.2/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240707-1.81.0-nightly-20ae37c18\", \"--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-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stdout] c6f2a8b800f083c936af2ed243f9fd567a69e288280513c8ac242bd23e4f80a3
[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" "c6f2a8b800f083c936af2ed243f9fd567a69e288280513c8ac242bd23e4f80a3", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting codee v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `JsonSerdeCodec`
[INFO] [stderr]   --> src/lib.rs:62:61
[INFO] [stderr]    |
[INFO] [stderr] 62 | //! If you want to create a string codec, you can look at [`JsonSerdeCodec`] as a starting point.
[INFO] [stderr]    |                                                             ^^^^^^^^^^^^^^ no item named `JsonSerdeCodec` 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 `BincodeSerdeCodec`
[INFO] [stderr]   --> src/lib.rs:63:51
[INFO] [stderr]    |
[INFO] [stderr] 63 | //! In case it's a binary codec, have a look at [`BincodeSerdeCodec`].
[INFO] [stderr]    |                                                   ^^^^^^^^^^^^^^^^^ no item named `BincodeSerdeCodec` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `BincodeSerdeCodec`
[INFO] [stderr]  --> src/binary/from_to_bytes.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 | /// [`BincodeSerdeCodec`] or [`MsgpackSerdeCodec`].
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^ no item named `BincodeSerdeCodec` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `MsgpackSerdeCodec`
[INFO] [stderr]  --> src/binary/from_to_bytes.rs:7:32
[INFO] [stderr]   |
[INFO] [stderr] 7 | /// [`BincodeSerdeCodec`] or [`MsgpackSerdeCodec`].
[INFO] [stderr]   |                                ^^^^^^^^^^^^^^^^^ no item named `MsgpackSerdeCodec` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Base64`
[INFO] [stderr]   --> src/binary/prost.rs:10:73
[INFO] [stderr]    |
[INFO] [stderr] 10 | /// To use it with local storage in the example below we wrap it with [`Base64`] to represent the bytes as a string.
[INFO] [stderr]    |                                                                         ^^^^^^ no item named `Base64` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `JsonSerdeCodec`
[INFO] [stderr]  --> src/serde_lite.rs:5:42
[INFO] [stderr]   |
[INFO] [stderr] 5 | /// also work with serde-lite like the [`JsonSerdeCodec`] or the [`MsgpackSerdeCodec`].
[INFO] [stderr]   |                                          ^^^^^^^^^^^^^^ no item named `JsonSerdeCodec` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `MsgpackSerdeCodec`
[INFO] [stderr]  --> src/serde_lite.rs:5:68
[INFO] [stderr]   |
[INFO] [stderr] 5 | /// also work with serde-lite like the [`JsonSerdeCodec`] or the [`MsgpackSerdeCodec`].
[INFO] [stderr]   |                                                                    ^^^^^^^^^^^^^^^^^ no item named `MsgpackSerdeCodec` in scope
[INFO] [stderr]   |
[INFO] [stderr]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:46:47
[INFO] [stderr]    |
[INFO] [stderr] 46 | //! Please have look at the module [`string`](crate::string).
[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] 46 | //! Please have look at the module [`string`].
[INFO] [stderr]    |                                    ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:57:47
[INFO] [stderr]    |
[INFO] [stderr] 57 | //! Please have look at the module [`binary`](crate::binary).
[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] 57 | //! Please have look at the module [`binary`].
[INFO] [stderr]    |                                    ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `codee` (lib doc) generated 9 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-pc-windows-msvc/doc/codee/index.html
[INFO] running `Command { std: "docker" "inspect" "c6f2a8b800f083c936af2ed243f9fd567a69e288280513c8ac242bd23e4f80a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6f2a8b800f083c936af2ed243f9fd567a69e288280513c8ac242bd23e4f80a3", kill_on_drop: false }`
[INFO] [stdout] c6f2a8b800f083c936af2ed243f9fd567a69e288280513c8ac242bd23e4f80a3