Skip to content

Add support for linking against wolfSSL provided by wolfssl-sys #83

Add support for linking against wolfSSL provided by wolfssl-sys

Add support for linking against wolfSSL provided by wolfssl-sys #83

GitHub Actions / rustfmt completed Mar 4, 2025 in 1s

reviewdog [rustfmt] report

reported by reviewdog 🐶

Findings (2)

libcoap-sys/build/build_system/vendored.rs|326| Should be let wolfssl_libs = Path::new(wolfssl_root.as_os_str()).join("lib");
libcoap-sys/build/build_system/vendored.rs|327| Should be ``

Filtered Findings (0)

Annotations

Check warning on line 326 in libcoap-sys/build/build_system/vendored.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt

[rustfmt] libcoap-sys/build/build_system/vendored.rs#L326

Should be `            let wolfssl_libs = Path::new(wolfssl_root.as_os_str()).join("lib");`
Raw output
/home/runner/work/libcoap-rs/libcoap-rs/libcoap-sys/build/build_system/vendored.rs:326:0: warning: Should be `            let wolfssl_libs = Path::new(wolfssl_root.as_os_str()).join("lib");` ()

Check warning on line 327 in libcoap-sys/build/build_system/vendored.rs

See this annotation in the file changed.

@github-actions github-actions / rustfmt

[rustfmt] libcoap-sys/build/build_system/vendored.rs#L327

Should be ``
Raw output
/home/runner/work/libcoap-rs/libcoap-rs/libcoap-sys/build/build_system/vendored.rs:327:0: warning: Should be `` ()