Add kornia-rs as a converter #57
Annotations
10 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, r7kamura/rust-problem-matchers@v1.1.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
libraries/converter/src/arrow.rs#L264
you should consider adding a `Default` implementation for `FastFormatArrowBuilder`
|
examples/benchmark/node/src/main.rs#L68
using `clone` on type `u32` which implements the `Copy` trait
|
examples/benchmark/node/src/main.rs#L68
using `clone` on type `u32` which implements the `Copy` trait
|
examples/benchmark/node/src/main.rs#L68
using `clone` on type `u32` which implements the `Copy` trait
|
examples/benchmark/node/src/main.rs#L75
this expression creates a reference which is immediately dereferenced by the compiler
|
examples/benchmark/node/src/main.rs#L99
using `clone` on type `u32` which implements the `Copy` trait
|
examples/benchmark/node/src/main.rs#L99
using `clone` on type `u32` which implements the `Copy` trait
|
examples/benchmark/node/src/main.rs#L99
using `clone` on type `u32` which implements the `Copy` trait
|
examples/benchmark/node/src/main.rs#L106
this expression creates a reference which is immediately dereferenced by the compiler
|
This job succeeded
Loading