Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in rust
How to call a Rust function in C?
Sep 03, 2025
c
rust
function-pointers
ffi
Any way to make Rust understand an `fn(T) -> impl Future` always returns the same type?
Sep 03, 2025
generics
rust
future
Trait associated type lifetime and self
Sep 03, 2025
rust
lifetime
Is there a way to define a tag field with Serde?
Sep 02, 2025
rust
serde
Is it possible to have a type with a larger alignment than its own size?
Sep 03, 2025
rust
alignment
memory-layout
Mapping a type to another type in rust
Sep 02, 2025
rust
metaprogramming
Why do I get the error "missing field" when deserializing XML with serde-xml-rs, even though the element is present?
Sep 02, 2025
xml
rust
serde
Trying to make bounded floating point types in rust, problem with From and Into
Sep 03, 2025
generics
rust
types
traits
If the return value of a function has the same lifetime as one of the arguments, then the return value is considered a borrow of the argument?
Sep 02, 2025
rust
lifetime
borrow-checker
Wrapped stream Unpin behaves unintuitively
Sep 02, 2025
rust
types
I need to use an associated constant in an associated type in Rust
Sep 02, 2025
rust
types
constants
traits
Which version of the rust compiler was used to build a given linux binary?
Sep 02, 2025
rust
How is np.repeat so fast?
Sep 02, 2025
python
arrays
numpy
rust
Minimum between two lifetimes
Sep 01, 2025
rust
lifetime
How to read multiple lines from stdin until EOF?
Sep 02, 2025
c++
rust
"no rules expected the token `<`" when passing a type as an ident to macro_rules
Sep 02, 2025
rust
How can I use PhantomData in a struct, with raw pointers, such that the struct does not outlive the lifetime of the referenced other struct?
Sep 03, 2025
rust
How to create UnsafeCell<c_void> safely?
Sep 02, 2025
rust
unsafe
Map a Vec of structures to another Vec of structure in Rust without cloning
Sep 03, 2025
struct
rust
iterator
closures
map-function
Is it possible to read characters from `io::stdin()` without caching input line-by-line?
Sep 02, 2025
string
rust
stdin
« Newer Entries
Older Entries »