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
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
dart
ruby
r
css
bootstrap
win32
groovy
sql
winapi
mysql
jquery
lua
winforms
pascal-string
bash
kotlin-string
swift-string
c-string
cpp-string
go-string
cpp-vector
f#
opengl
java-string
php-string
c#-string
vbnet-string
pascal-array
swift-array
rust-string
python-string
scala-string
c-array
javascript-string
php-array
javascript-array
typescript-string
cobol
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
go-array
nodejs-string
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
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
remove-last-occurrence-word-string
extract-words-with-first-letter-lowercase-from-string
convert-specific-column-decimal-matrix-to-string
convert-specific-row-decimal-matrix-to-string
number-made-prime-deleting-single-digit
convert-days-human-readable-weeks-days
square-root-rounded-down-to-nearest-integer
remove-middle-word-string
area-triangle-herons-formula
Disclosure:
My content contains affiliate links.
Recent questions tagged RUST
39,954
questions
51,895
answers
573
users
Recent questions tagged RUST
1
answer
110
views
How to check whether a string is a palindrome, ignoring spaces and case in Rust
asked
May 16, 2025
by
avibootz
rust
rust-palindrome
1
answer
93
views
How to declare a RegEx with character repetition to match the strings "http", "htttp", "httttp", etc in Rust
asked
May 16, 2025
by
avibootz
rust
rust-regex
3
answers
156
views
How to round a decimal to 2 decimal places in Rust
asked
May 15, 2025
by
avibootz
rust
rust-round
1
answer
131
views
How to round a floating-point number to an integer in Rust
asked
May 14, 2025
by
avibootz
rust
rust-round
2
answers
150
views
How to use the conditional ternary operator in Rust
asked
May 13, 2025
by
avibootz
rust
rust-conditional-operator
1
answer
155
views
How to find all double quote substrings in a string with Rust
asked
May 13, 2025
by
avibootz
rust
rust-string
rust-substring
rust-regex
1
answer
107
views
How to combine a string with a dynamic double-quoted substring in Rust
asked
May 13, 2025
by
avibootz
rust
rust-string
rust-substring
2
answers
131
views
How to declare a string with double quote substrings in Rust
asked
May 12, 2025
by
avibootz
rust
rust-string
rust-substring
1
answer
96
views
How to find the smallest number that is evenly divisible by all of the numbers from 1 to 10 in Rust
asked
May 11, 2025
by
avibootz
rust
rust-lcm
1
answer
102
views
How to find the largest palindrome made from the product of two 2-digit numbers in Rust
asked
May 11, 2025
by
avibootz
rust
rust-palindrome
2
answers
147
views
How to search insert position of K in a sorted vector with Rust
asked
May 10, 2025
by
avibootz
rust
rust-vector
1
answer
116
views
How to find first and last positions of an element in a sorted array in Rust
asked
May 10, 2025
by
avibootz
rust
rust-array
1
answer
85
views
How to print all command line arguments except the program name in Rust
asked
May 9, 2025
by
avibootz
rust
rust-arguments
1
answer
127
views
How to use the clock as a random generator seed in Rust
asked
May 8, 2025
by
avibootz
rust
rust-random
1
answer
106
views
How to create a bitset in Rust
asked
May 7, 2025
by
avibootz
rust
rust-bitset
1
answer
88
views
How to format decimal in Rust
asked
May 6, 2025
by
avibootz
rust
rust-decimal
1
answer
108
views
How to use big integer in Rust
asked
May 6, 2025
by
avibootz
rust
rust-biginteger
1
answer
104
views
How to convert a URL inside a string to a hyperlink in Rust
asked
May 3, 2025
by
avibootz
rust
rust-string
1
answer
141
views
How to pop the first element of a vector in Rust
asked
May 3, 2025
by
avibootz
rust
rust-vector
1
answer
103
views
How to extract the beginning of a string (prefix) in Rust
asked
May 1, 2025
by
avibootz
rust
rust-string
1
answer
140
views
How to extract the end of a string (suffix) in Rust
asked
May 1, 2025
by
avibootz
rust
rust-string
1
answer
105
views
How to pause execution for 5 seconds in Rust
asked
Apr 30, 2025
by
avibootz
rust
1
answer
85
views
How to break the outer loop in Rust
asked
Apr 29, 2025
by
avibootz
rust
rust-loop
1
answer
114
views
How to check if an integer include specific digits x times in Rust
asked
Apr 27, 2025
by
avibootz
rust
rust-integer
1
answer
129
views
How to use stdin().lines() inside a for loop in Rust
asked
Apr 26, 2025
by
avibootz
rust
rust-loop
1
answer
88
views
How to check if a string contains only valid parentheses (open close same type (), {}, []) in Rust
asked
Apr 25, 2025
by
avibootz
rust
rust-string
1
answer
83
views
How to continue outer loop in Rust
asked
Apr 25, 2025
by
avibootz
rust
rust-loop
1
answer
159
views
How to remove the first N characters from a string in Rust
asked
Apr 24, 2025
by
avibootz
rust
rust-string
1
answer
69
views
How to create a set of objects in Rust
asked
Apr 22, 2025
by
avibootz
rust
rust-hashset
rust-struct
1
answer
135
views
How to create and set values to a 3d vector in Rust
asked
Apr 22, 2025
by
avibootz
rust
rust-vector
1
answer
129
views
How to find the position of the first occurrence of a substring in a string with Rust
asked
Apr 21, 2025
by
avibootz
rust
rust-substring
1
answer
98
views
How to iterate over map keys and values in Rust
asked
Apr 19, 2025
by
avibootz
rust
rust-map
1
answer
75
views
How to convert hh:mm:ss to minutes in Rust
asked
Apr 17, 2025
by
avibootz
rust
rust-time
1
answer
79
views
How to find the largest prime factor of a number in Rust
asked
Apr 16, 2025
by
avibootz
rust
rust-prime
1
answer
80
views
How to find the sum of the even valued in fibonacci sequence with Rust
asked
Apr 16, 2025
by
avibootz
rust
rust-fibonacci
1
answer
93
views
How to convert a string to title case in Rust
asked
Apr 15, 2025
by
avibootz
rust
rust-string
2
answers
78
views
How to find the sum of all the multiples of 3 or 5 below 1000 in Rust
asked
Apr 15, 2025
by
avibootz
rust
1
answer
75
views
How to convert binary code to text in Rust
asked
Apr 14, 2025
by
avibootz
rust
rust-binary
1
answer
79
views
How to convert a vector of digits to an integer add 1 and convert it back to a vector of digits in Rust
asked
Apr 12, 2025
by
avibootz
rust
rust-vector
1
answer
94
views
How to convert a string to an array of characters in Rust
asked
Apr 12, 2025
by
avibootz
rust
rust-string
1
answer
82
views
How to create a vector of dates starting with today and going back the last 30 days in Rust
asked
Apr 11, 2025
by
avibootz
rust
rust-vector
rust-date
1
answer
112
views
How to create a vector of days starting with today and going back the last 30 days in Rust
asked
Apr 11, 2025
by
avibootz
rust
rust-vector
rust-date
1
answer
58
views
How to get tomorrows date in Rust
asked
Apr 9, 2025
by
avibootz
rust
rust-date
1
answer
85
views
How to write a recursive function that counts digits of a number in Rust
asked
Apr 8, 2025
by
avibootz
rust
rust-recursion
1
answer
109
views
How to find the longest substring without repeating characters in Rust
asked
Apr 7, 2025
by
avibootz
rust
rust-substring
2
answers
94
views
How to find the maximum value in a multidimensional vector with Rust
asked
Apr 5, 2025
by
avibootz
rust
rust-vector
1
answer
87
views
How to convert array of chars to string in Rust
asked
Apr 5, 2025
by
avibootz
rust
rust-array
1
answer
97
views
How to replace multiple spaces in a string with a single space between words in Rust
asked
Apr 5, 2025
by
avibootz
rust
rust-string
rust-regex
1
answer
87
views
How to check if a string starts with a substring from an array of substrings in Rust
asked
Apr 4, 2025
by
avibootz
rust
rust-string
1
answer
120
views
How to extract a substring between two tags using RegEx in Rust
asked
Apr 3, 2025
by
avibootz
rust
rust-regex
rust-substring
Page:
« prev
1
2
3
4
5
6
7
8
9
10
11
...
20
next »
...