Skip to content

feat: Add varints, u24 and a few helper methods on byte reader #68

feat: Add varints, u24 and a few helper methods on byte reader

feat: Add varints, u24 and a few helper methods on byte reader #68

Triggered via push August 13, 2023 20:46
Status Success
Total duration 46s
Artifacts

rust.yml

on: push
Test Nightly
36s
Test Nightly
Build Nightly
0s
Build Nightly
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
Test Nightly
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Nightly
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
Test Nightly: binary-util-derive/src/io/structs.rs#L338
call to `.clone()` on a reference in this situation does nothing
Test Nightly: binary-util-derive/src/io/structs.rs#L339
call to `.clone()` on a reference in this situation does nothing
Test Nightly
`binary-util-derive` (lib test) generated 2 warnings (2 duplicates)
Test Nightly: binary-util/src/lib.rs#L403
use of deprecated trait `interfaces::Streamable`: This module is deprecated and will be removed in v0.4.0. Use the `Reader` and `Writer` traits instead.
Test Nightly: binary-util/src/interfaces.rs#L69
use of deprecated trait `interfaces::Streamable`: This module is deprecated and will be removed in v0.4.0. Use the `Reader` and `Writer` traits instead.
Test Nightly: binary-util/src/interfaces.rs#L611
use of deprecated enum `error::BinaryError`: This module is deprecated in favor of std::io::Error.
Test Nightly: binary-util/src/interfaces.rs#L615
use of deprecated unit variant `error::BinaryError::RecoverableUnknown`: This module is deprecated in favor of std::io::Error.
Test Nightly: binary-util/src/interfaces.rs#L627
use of deprecated enum `error::BinaryError`: This module is deprecated in favor of std::io::Error.
Test Nightly: binary-util/src/interfaces.rs#L635
use of deprecated unit variant `error::BinaryError::RecoverableUnknown`: This module is deprecated in favor of std::io::Error.