-
```console
$ tspin --version
tspin 4.0.0
$ uname
Linux
$ printf '%s\n' 'one line' >test.log
$ tspin test.log # return code: 101
The application panicked (crashed).
Message: Could not receive…
-
Hi!
I noticed that in the build scripts Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always a good thing to have) and…
-
### Reason/inspiration (optional)
Many of Rust's advantages regarding security, speed, and avoidance of general errors in code are related to how it's compiler checks variable ownership. In specifi…
-
At the start of the guide you suggest using Rust because is the language in which this Buttplug is writen but in https://docs.buttplug.io/docs/dev-guide/writing-buttplug-applications/application/ ther…
-
```
$ ./miri run tests/fail-dep/libc/socketpair-data-race.rs -Zmiri-foo --dep
The application panicked (crashed).
Message: called `Result::unwrap()` on an `Err` value: Errored { command: "\"/home/r/…
-
Gentoo, more than most distros, likes to handle building Rust and Go programs through the native package manager. Building an IDE and DevPod through the same system will help Gentoo users avoid weird…
-
## Why prepared statements are needed
The documentation links to this practice document for SQL safety:
https://cheatsheetseries.owasp.org/cheatsheets/SQL_Injection_Prevention_Cheat_Sheet.html
…
-
Context: the Starknet P2P explorer uses Juno as an external library for some of its features, but it's not as simple as doing `go get`, as it's required to compile the Rust dependencies.
For examp…
-
The [current detection mechanism](https://github.com/frewsxcv/rust-dark-light/blob/925fe9dd7cce2701fb9f5958260cd75c94cdf552/src/platforms/macos/notify.rs) just runs `detect` in a loop, which is woeful…
-
hello, I'm learning Rust from Java, I'm interested in Rust, and recently I had a difficulty compiling to wasm using Rust+ffmpeg hybrid, bindgen couldn't generate the ffi function I needed.
ffmpeg code…