-
Because error-chain is deprecated
-
Hi @sha0coder
Please test again with this simple metasploit x64 shellcode.
And VirtualAlloc can still failed.
```asm
21 Reading PEB 0x7fefff00320
22 0x3c0018: push rsi ;0x1
23 0x3c0019: mo…
-
@JosiahParry if a rust package is not on crates.io, what's best practice for having users install a rust cli tool like this? Is it maybe `cargo install --git https://github.com/sckott/rt-cli.git` ? Or…
-
### Is your feature request related to a problem? Please describe.
https://github.com/apache/iceberg-rust/blob/cbbd086c92ef5a93d7dc98bbb1b26b9cf044910a/crates/iceberg/src/scan.rs#L98-L103
Iceberg-…
-
Inspired by @x-hgg-x 's recent works, I just did some benchmarks setting `[profile.release]` for Cargo. While with LTO on Cargo is 1.05x faster, the benchmark result doesn't seem good enough to convin…
-
Consider the use of parameterized tests for scenarios where only the inputs and expected outputs differ, to reduce redundant test code. Rust doesn't support it directly, but there are external crates…
hdost updated
1 month ago
-
**Describe the bug**
Enabling the `wgpu` feature causes the program to crash immediately at startup. This can be reproduced on the `hello world` example even.
```console
❯ cargo run
…
-
```
bazel run //third_party/rust:update-repos
INFO: Invocation ID: 515c31d7-a136-47ee-9680-d0dd6f8f2018
ERROR: no such package '@@cargo_bazel_bootstrap//': The repository '@@cargo_bazel_bootstrap' …
-
Hello,
using the GUI with h264 works, but while holding everything constant and switching to ffv1 codec it creates an error
`Error creating pipeline: failed to insert sink`
Same error using t…
-
```
error: failed to get `pet` as a dependency of package `languages v0.1.0 (D:\a\zed-windows\zed-windows\zed\crates\languages)`
Caused by:
failed to load source for dependency `pet`
Caused …