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 make a variable with a scope/lifecycle for all test functions in a Rust test?
Oct 22, 2022
unit-testing
rust
Does rustc / cargo have a -march=native equivalent?
Aug 21, 2022
optimization
rust
rust-cargo
Where do I find the complexity of an operation?
Oct 28, 2022
rust
How can I conditionally execute a module-level doctest based on a feature flag?
Mar 25, 2022
rust
automated-tests
documentation
conditional-compilation
How can I get impl Trait to use the appropriate lifetime for a mutable reference to a value with another lifetime in it?
Nov 10, 2022
rust
lifetime
Is `return 5;` a statement or expression in Rust?
Jun 24, 2022
rust
What goes on the stack and what goes on the heap in Rust?
Sep 10, 2022
rust
Should we use Option or ptr::null to represent a null pointer in Rust?
Aug 23, 2022
null
rust
idioms
How to use Diesel with SQLite connections and avoid `database is locked` type of errors
Nov 12, 2022
database
multithreading
sqlite
rust
locking
Implementing slice for custom type
Oct 10, 2021
rust
Is there a stable way to tell Rustfmt to skip an entire file
Jan 01, 2022
rust
rustfmt
Calling Rust from Swift
Jan 14, 2022
c
swift
rust
ffi
Is there a tool for generating C headers from Rust modules? [closed]
Nov 28, 2021
rust
How can I read from a specific raw file descriptor in Rust?
May 28, 2020
unix
io
rust
file-descriptor
How do I access the API documentation from the command line on Linux?
Oct 22, 2022
rust
Why is `str` a primitive type?
Nov 08, 2022
rust
internals
Take an `Iterator` instead of `Vec` when possible?
May 25, 2021
arrays
vector
iterator
rust
Generating Rust executable from LLVM bitcode
Oct 23, 2022
rust
llvm-ir
bitcode
Iterating forward and backward
Oct 18, 2022
list
iterator
rust
Conditionally return empty iterator from flat_map
Mar 19, 2022
iterator
rust
iteration
« Newer Entries
Older Entries »