Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust

How to make CPython report vectorcall as available only when it will actually help performance?

python c rust python-c-api

What is the mechanism that allows failure::Error to represent all errors?

rust

How do I concatenate a vector of integers into a single integer?

vector rust

Difference between "cargo build" and "anchor build"

failed to run two threads using #[tokio::main] macro

rust async-await rust-tokio

Static defaults for Serde

rust serde

Lifetime parameter problem in custom iterator over mutable references

rust iterator lifetime

Is it possible to flatten Vec<&[u8]> into &[u8] without copying the data?

rust

Function doesn't want to return string slice using function arguments

string rust slice

Why should I not use incremental builds for release binaries?

rust compilation

Why does `cargo build` succeed but `cargo build --release` fail with undefined references from my static library?

Regex array of named group matches

Immutable object changing to mutable depending on function signature

How can I get program author on solana?

rust solidity author solana

Is 'mem::size_of' evaluated at compile time?

rust

Do structs inside Box::new need curly braces

rust

how to enable comparison between Vec<_> and Vec<_,CustomAllocator>?

rust memory-management

Pass string from C# to Rust using FFI

c# rust ffi