-
### Summary
An unsafe memory access vulnerability in the `first` method of the `AsciiStr` struct allows arbitrary memory access when empty buffer is provided, potentially triggering undefined behavio…
-
# Problem
Argus panicked when analysing code in an example crate.
# Logs
**OS:** linux (6.11.5-100.fc39.x86_64)
**VSCode:** 1.95.1
**Error message**
```
thread 'main' panicked at /home/…
-
> VpnService has no native API
Rust can wrap the Android API written in Java.
This is my small cross-platform library.
I created it quite some time ago, so I'm not entirely sure if it's polishe…
-
For the last couple of Rust GPU projects I've been building my shaders using a standalone compiler, https://github.com/tombh/rust-gpu-cli, which is based on Bevy's https://github.com/Bevy-Rust-GPU/rus…
-
### Describe your use case
This will mainly focus on the `no_alloc` usecase!
In the embedded world (most typically), people rely on no_std crates where there's no standard library, `no_std` crates…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
When starting Zed, rust analyzer fails to start with the error message as in the screenshot …
-
I've been maintaining four implementations of this library, namely Rust, Python, Kotlin, and this one in Go. Due to serious time constraints, there will only be updates for the Rust and Python impleme…
-
vscode settings:
```json
{
"rust-analyzer.server.path": "/Users/me/.cargo/bin/ra-multiplex",
}
```
running ra multiplex server
```
/Users/me/.cargo/bin/ra-multiplex server
INFO can…
-
This code fails to compile in Rust 2024 when it should pass:
```rust
//@ edition:2024
fn main() {
assert_eq!(0, const { 0 });
//~^ ERROR no rules expected keyword `const`
}
```
This will be …
-
@b-zee Sorry to bother you but wonder if you have a moment to comment.
I'm looking at extending rclone (written in Go) to use Autonomi. I hope to write most of this in Rust and call it from Go so w…