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
vbnet
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
cobol
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
swift-array
typescript-string
c-array
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
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
case-insensitively-check-character-exists-in-string
calculate-area-pentagon
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
Disclosure:
My content contains affiliate links.
Recent questions tagged rust
42,037
questions
54,726
answers
573
users
Recent questions tagged rust
2
answers
127
views
How to combine 2 maps into a third map in Rust
asked
Aug 26, 2025
by
avibootz
rust
rust-map
1
answer
101
views
How to transform map values to a vector in Rust
asked
Aug 24, 2025
by
avibootz
rust
rust-vector
rust-map
1
answer
114
views
How to convert map values to a vector in Rust
asked
Aug 24, 2025
by
avibootz
rust
rust-vector
rust-map
2
answers
121
views
How to create a queue, then enqueue and dequeue elements in Rust
asked
Aug 23, 2025
by
avibootz
rust
rust-queue
1
answer
109
views
How to find the length of the longest consecutive sequence of an unsorted vector of integers in Rust
asked
Aug 19, 2025
by
avibootz
rust
rust-vector
rust-sequence
rust-consecutive-sequence
2
answers
128
views
How to convert an integer to a string in base b with Rust
asked
Aug 18, 2025
by
avibootz
rust
rust-convert
1
answer
89
views
How to write "Ni Hao" ("Hello") in Chinese to standard output using UTF-8 in Rust
asked
Aug 17, 2025
by
avibootz
rust
rust-utf8
2
answers
119
views
How to use XOR to encrypt and decrypt a string in Rust
asked
Aug 16, 2025
by
avibootz
rust
rust-xor
rust-encrypt
rust-decrypt
2
answers
119
views
How to implement a stack using vector in Rust
asked
Aug 15, 2025
by
avibootz
rust
rust-stack
1
answer
112
views
How to remove a subvector from a vector in Rust
asked
Aug 13, 2025
by
avibootz
rust
rust-vector
rust-remove
1
answer
97
views
How to sort the part of a vector in Rust
asked
Aug 12, 2025
by
avibootz
rust
rust-vector
rust-sort
1
answer
95
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
111
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
94
views
How to sum the proper divisors of a number in Rust
asked
Aug 8, 2025
by
avibootz
rust
rust-proper-divisors
1
answer
124
views
How to filter a vector in Rust
asked
Aug 7, 2025
by
avibootz
rust
rust-vector
rust-map
1
answer
107
views
How to remove an element from a set in Rust
asked
Aug 6, 2025
by
avibootz
rust
rust-set
1
answer
87
views
How to insert an element in a set with Rust
asked
Aug 5, 2025
by
avibootz
rust
rust-set
1
answer
122
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
86
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
107
views
How to calculate power for large numbers in Rust
asked
Aug 2, 2025
by
avibootz
rust
rust-power
1
answer
101
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
115
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
85
views
How to get the lower 8 bits of an int in Rust
asked
Jul 31, 2025
by
avibootz
rust
rust-bits
1
answer
113
views
How to set specific bits in a char with Rust
asked
Jul 31, 2025
by
avibootz
rust
rust-bits
1
answer
101
views
How to extract a float from a string in Rust
asked
Jul 29, 2025
by
avibootz
rust
rust-string
rust-extract
1
answer
115
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
122
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
85
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
115
views
How to remove leading and trailing whitespaces from a string in Rust
asked
Jul 26, 2025
by
avibootz
rust
rust-string
1
answer
102
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
89
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
99
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
95
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
96
views
How to check if two integers have opposite signs in Rust
asked
Jul 24, 2025
by
avibootz
rust
rust-signs
1
answer
88
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
105
views
How to format time hours-minutes-seconds in Rust
asked
Jul 22, 2025
by
avibootz
rust
rust-time
1
answer
106
views
How to create an empty vector of strings in Rust
asked
Jul 22, 2025
by
avibootz
rust
rust-vector
1
answer
112
views
How to split a string with multiple separators in Rust
asked
Jul 21, 2025
by
avibootz
rust
rust-string
1
answer
112
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
141
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
111
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
137
views
How to convert binary string to int in Rust
asked
Jul 18, 2025
by
avibootz
rust
rust-string
rust-binary
1
answer
115
views
How to remove stop words from a string in Rust
asked
Jul 18, 2025
by
avibootz
rust
rust-string
1
answer
119
views
How to pick a random value from a map in Rust
asked
Jul 17, 2025
by
avibootz
rust
rust-map
1
answer
94
views
How to find the 100001 prime number in Rust
asked
Jul 16, 2025
by
avibootz
rust
rust-prime
1
answer
140
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
90
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
113
views
How to filter a vector in-place with Rust
asked
Jul 13, 2025
by
avibootz
rust
rust-vector
rust-filter
2
answers
128
views
How to print the distinct elements of a vector in Rust
asked
Jul 13, 2025
by
avibootz
rust
rust-vector
1
answer
103
views
How to XOR byte arrays in Rust
asked
Jul 12, 2025
by
avibootz
rust
rust-xor
Page:
« prev
1
2
3
4
5
6
7
8
9
10
11
...
22
next »
...