Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

Implementing a foreign trait for a local generic type

rust

What happens when casting a big float to a int?

rust

standard_init_linux.go:219: exec user process caused: no such file or directory

How this mixed-character string split on unicode word boundaries

How are return values of type `impl Trait` borrow-checked?

rust borrow-checker

Can't compile Rust

llvm rust

Can I borrow a pointer to a shared trait in Rust?

rust rust-obsolete

Dividing a const by a generic in Rust

generics constants rust

Extend lifetime of variable

rust lifetime

Closing stdout or stdin

rust

Pass Python list to Rust function

python rust ffi

More convenient way to work with strings in winapi calls

string winapi rust

Load a shared library linked to Rust library in R

r shared-libraries rust

How should I initialize an `Arc<[u8; 65536]>` efficiently?

performance rust

Lifetime error using associated type of trait with lifetime parameter

rust traits lifetime borrowing

macro_rules! macro takes string literal "...", expands to both "..." and b"..."

macros rust

How can I get a reference to the key and value immediately after inserting into a `HashMap`?

rust

What's wrong with this Rust macro?

macros rust

Is it impossible to have a nested match on a recursive datatype that uses a smart pointer like a Box, Rc, or Arc?

rust

Is transmuting PhantomData markers safe?

rust unsafe