Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
java
c
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
vbnet
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
cobol
c-array
swift-array
typescript-string
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
math-functions-constants
dot-product-two-arrays
string-to-title-case
create-infinite-loop
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
function-optional-parameter
decode-leet-speak
decimal-number-to-string-leading-zeros
Disclosure:
My content contains affiliate links.
Recent questions tagged rust
40,950
questions
53,414
answers
573
users
Recent questions tagged rust
1
answer
80
views
How to sort the part of a vector in Rust
asked
Aug 12, 2025
by
avibootz
rust
rust-vector
rust-sort
1
answer
76
views
How to create a map with key type point (x, y) and value type string in Rust
asked
Aug 10, 2025
by
avibootz
rust
rust-map
1
answer
94
views
How to check if a string is a palindrome ignoring case and non-alphanumeric characters in Rust
asked
Aug 10, 2025
by
avibootz
rust
rust-palindrome
1
answer
78
views
How to sum the proper divisors of a number in Rust
asked
Aug 8, 2025
by
avibootz
rust
rust-proper-divisors
1
answer
102
views
How to filter a vector in Rust
asked
Aug 7, 2025
by
avibootz
rust
rust-vector
rust-map
1
answer
91
views
How to remove an element from a set in Rust
asked
Aug 6, 2025
by
avibootz
rust
rust-set
1
answer
79
views
How to insert an element in a set with Rust
asked
Aug 5, 2025
by
avibootz
rust
rust-set
1
answer
100
views
How to convert binary digits to a byte vector in Rust
asked
Aug 4, 2025
by
avibootz
rust
rust-byte-vector
rust-binary
1
answer
77
views
How to check if floating point is NaN in Rust
asked
Aug 3, 2025
by
avibootz
rust
rust-nan
rust-floating-point
1
answer
84
views
How to calculate power for large numbers in Rust
asked
Aug 2, 2025
by
avibootz
rust
rust-power
1
answer
88
views
How to sum the digits of the number 2^N in Rust
asked
Aug 2, 2025
by
avibootz
rust
rust-power-digits-sum
2
answers
97
views
How to declare a function argument that can accept any type in Rust
asked
Aug 1, 2025
by
avibootz
rust
rust-argument
1
answer
74
views
How to get the lower 8 bits of an int in Rust
asked
Jul 31, 2025
by
avibootz
rust
rust-bits
1
answer
98
views
How to set specific bits in a char with Rust
asked
Jul 31, 2025
by
avibootz
rust
rust-bits
1
answer
91
views
How to extract a float from a string in Rust
asked
Jul 29, 2025
by
avibootz
rust
rust-string
rust-extract
1
answer
99
views
How to create a string with a repeated character N times in Rust
asked
Jul 28, 2025
by
avibootz
rust
rust-string
2
answers
108
views
How to check if an integer contains an even or odd number of bits set in Rust
asked
Jul 27, 2025
by
avibootz
rust
rust-bits
1
answer
70
views
How to find the greatest product of 3 adjacent numbers in the same (any) direction in a grid with Rust
asked
Jul 26, 2025
by
avibootz
rust
rust-grid
1
answer
101
views
How to remove leading and trailing whitespaces from a string in Rust
asked
Jul 26, 2025
by
avibootz
rust
rust-string
1
answer
82
views
How to find the sum of all the primes below 10000 (ten thousand) in Rust
asked
Jul 26, 2025
by
avibootz
rust
rust-prime
1
answer
73
views
How to find the sum of all the primes below 10000 (ten thousand) in Rust
asked
Jul 26, 2025
by
avibootz
rust
rust-prime
1
answer
91
views
How to find pythagorean triplet for which a + b + c = 1000 in Rust
asked
Jul 25, 2025
by
avibootz
rust
rust-pythagorean-triplet
1
answer
73
views
How to check if an array contains the Pythagorean triplet numbers (a*a+b*b=c*c) in Rust
asked
Jul 25, 2025
by
avibootz
rust
rust-pythagorean-triplet
1
answer
77
views
How to check if two integers have opposite signs in Rust
asked
Jul 24, 2025
by
avibootz
rust
rust-signs
1
answer
80
views
How to replace multiple consecutive question marks (?) with a single question mark in Rust
asked
Jul 24, 2025
by
avibootz
rust
rust-replace
1
answer
91
views
How to format time hours-minutes-seconds in Rust
asked
Jul 22, 2025
by
avibootz
rust
rust-time
1
answer
90
views
How to create an empty vector of strings in Rust
asked
Jul 22, 2025
by
avibootz
rust
rust-vector
1
answer
98
views
How to split a string with multiple separators in Rust
asked
Jul 21, 2025
by
avibootz
rust
rust-string
1
answer
104
views
How to replace the first occurrence of a substring in a string with Rust
asked
Jul 20, 2025
by
avibootz
rust
rust-substring
2
answers
120
views
How to count backwards (Print the numbers N, N - 1, ..., 0 (included)) in Rust
asked
Jul 20, 2025
by
avibootz
rust
rust-loop
1
answer
95
views
How to match a substring within 2 square brackets using RegEx in Rust
asked
Jul 19, 2025
by
avibootz
rust
rust-regex
rust-substring
2
answers
119
views
How to convert binary string to int in Rust
asked
Jul 18, 2025
by
avibootz
rust
rust-string
rust-binary
1
answer
94
views
How to remove stop words from a string in Rust
asked
Jul 18, 2025
by
avibootz
rust
rust-string
1
answer
104
views
How to pick a random value from a map in Rust
asked
Jul 17, 2025
by
avibootz
rust
rust-map
1
answer
78
views
How to find the 100001 prime number in Rust
asked
Jul 16, 2025
by
avibootz
rust
rust-prime
1
answer
123
views
How to extract a file name from a path, replace whitespaces, and make it lowercase using RegEx in Rust
asked
Jul 15, 2025
by
avibootz
rust
rust-regex
1
answer
82
views
How to convert multiple <br/> tags to a single <br/> tag using RegEx in Rust
asked
Jul 15, 2025
by
avibootz
rust
rust-regex
1
answer
100
views
How to filter a vector in-place with Rust
asked
Jul 13, 2025
by
avibootz
rust
rust-vector
rust-filter
2
answers
114
views
How to print the distinct elements of a vector in Rust
asked
Jul 13, 2025
by
avibootz
rust
rust-vector
1
answer
90
views
How to XOR byte arrays in Rust
asked
Jul 12, 2025
by
avibootz
rust
rust-xor
1
answer
89
views
How to use bitwise XOR in Rust
asked
Jul 11, 2025
by
avibootz
rust
rust-xor
1
answer
84
views
How to check if a string includes $sometext$ without numbers in Rust
asked
Jul 11, 2025
by
avibootz
rust
rust-string
1
answer
84
views
How to encode and decode a string to base64 in Rust
asked
Jul 10, 2025
by
avibootz
rust
rust-decode
rust-base64
rust-encode
1
answer
112
views
How to remove the letters from word1 if they do not exist in word2 with Rust
asked
Jul 10, 2025
by
avibootz
rust
rust-string
1
answer
103
views
How to remove the letters from word1 if they exist in word2 with Rust
asked
Jul 9, 2025
by
avibootz
rust
rust-string
1
answer
84
views
How to check if an array of bytes is a valid UTF-8 string in Rust
asked
Jul 8, 2025
by
avibootz
rust
rust-utf8
1
answer
94
views
How to get intersection of two strings in Rust
asked
Jul 7, 2025
by
avibootz
rust
rust-string
rust-intersection
1
answer
79
views
How to pad a string on both sides in Rust
asked
Jul 6, 2025
by
avibootz
rust
rust-string
1
answer
93
views
How to change all elements of row i and column j in a binary matrix to 0 if cell[i, j] is 0 in Rust
asked
Jul 5, 2025
by
avibootz
rust
rust-matrix
2
answers
108
views
How to pad a string on the left in Rust
asked
Jul 4, 2025
by
avibootz
rust
rust-string
Page:
« prev
1
2
3
4
5
6
7
8
9
10
...
21
next »
...