Our great sponsors
-
Removing prior log directory: ./target/cargo-checkmate/logs running 7 cargo-checkmate phases cargo-checkmate check... ok. cargo-checkmate format... ok. cargo-checkmate clippy... ok. cargo-checkmate build... ok. cargo-checkmate test... ok. cargo-checkmate doc... ok. cargo-checkmate audit... FAILED. failures: ---- cargo-checkmate audit ---- + ./target/cargo-checkmate/logs/audit.stdout: | Fetching advisory database from `https://github.com/RustSec/advisory-db.git` + ./target/cargo-checkmate/logs/audit.stderr: | thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /home/finn/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-checkmate-0.1.11/src/subcommands.rs:63:42 | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace cargo-checkmate result: FAILED. 6 passed; 1 failed
-
There's even tooling to generate these low-level definitions for you, and it comes with a decent guide on how to get started: https://rust-lang.github.io/rust-bindgen/
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
C++ is more complicated because, like Rust, it doesn't have a stable ABI. Some implementations try to maintain ABI stability, but it's far from standard. bindgen tries to handle C++ header files but there's a lot of features which aren't supported, so it's often better to write a glue library in C++ that exposes functions with the C ABI that Rust can call. rustc does this to interface with LLVM.
-
Hi everyone, I am trying to deploy the chat example in Rocket but I can't get it to work when deployed to render.com, is there anything wrong with my code? This works perfectly locally.
-
Yes it would be on github if it gets anywhere, but I've got several other projects on the go at the moment. bluer, with the associated bluer-tools is very good for Bluetooth, from the bits I've played with.
-
The package in question was updated to v3.0 three weeks ago, at the same time as heron itself. Even when I explicitly define the dependency pointing at the git repo (which should find the package subdirectory):
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Full Makefile: https://gitlab.com/DarrienG/cpu_threading_presentation/-/blob/master/branches/Makefile and repo: https://gitlab.com/DarrienG/cpu_threading_presentation/-/tree/master/branches