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
Does str::from_utf8() copy input data
Aug 11, 2026
string
rust
Why does to_ascii_lowercase return a String rather than a Cow<str>?
Aug 12, 2026
string
rust
api-design
copy-on-write
Rust FFI and Aliasing: C -> Rust -> C -> Rust call stacks with C values being aliased: Undefined Behaviour?
Aug 12, 2026
rust
undefined-behavior
ffi
When I use warp,it just work on localhost, but not public network
Aug 11, 2026
rust
rust-warp
rust unable to run edition2021
Aug 11, 2026
rust
rust-cargo
How are "Some" and "None" from "Option" accessible at any scope?
Aug 11, 2026
rust
How do I clone structs in Rust without using either Copy or Clone?
Aug 12, 2026
rust
Is &self parameter necessary in the function of trait?
Aug 12, 2026
rust
traits
Is it possible to invoke a build.rs only for release mode?
Aug 10, 2026
rust
release
rust-cargo
How do I fix "the method `clone` exists but the following trait bounds were not satisfied" when cloning a struct with generics and a function pointer? [duplicate]
Aug 12, 2026
function
pointers
rust
clone
How to pad left in Rust? [duplicate]
Aug 12, 2026
string
rust
pad
the trait `Serialize` is not implemented for <'_>
Aug 12, 2026
rust
serde
rust-rocket
Multiple foreign keys referencing same table in Diesel
Aug 12, 2026
rust
rust-diesel
Rusqlite insert multiple rows
Aug 10, 2026
rust
rusqlite
How to combine a collection of tracing subscribers in one?
Aug 12, 2026
rust
rust-tracing
Is it possible to run a single rust file as a script while linking to other libraries without generating cargo projects
Aug 12, 2026
rust
rust-cargo
Nested loops over an iterator inRust
Aug 12, 2026
loops
rust
nested
iterator
borrow-checker
How to make cargo test show only the test which ran?
Aug 12, 2026
rust
Older Entries »