Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

How to use a macro which is defined by another macro in the same crate?

macros rust

How to pass RUST_BACKTRACE=1 when running a Rust binary installed in Debian?

How do I use Wasm in the content script of a Firefox web extension?

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