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#
javascript
cpp
php
vb#
typescript
nodejs
go
rust
scala
swift
html
kotlin
dart
ruby
r
pascal
css
bootstrap
groovy
sql
win32
mysql
jquery
winapi
lua
winforms
bash
f#
cobol
reactjs
opengl
c-windows
sdl2
nodejs-express
sdl3
angularjs
raylib
glfw
pascal-string
php-array
javascript-array
html5
swift-array
kotlin-string
typescript-array
nodejs-array
go-array
vbnet-string
pascal-array
cpp-vector
postgresql
scala-string
python-list
scala-array
dom
swift-string
rust-string
go-string
c#-string
c-array
rust-vector
kotlin-array
android-java
typescript-string
javascript-string
direct3d11
wordpress
c#-array
php-string
glad
bootstrap4
perl
css3
windows
cpp-file
nodejs-string
python-array
vbnet-array
python-string
java-string
c-string
cpp-string
java-array
typescript-regex
nodejs-regex
javascript-regex
kotlin-list
objective-c
visual-studio-code
software
cpp-map
c#-list
vbnet-list
php-regex
fortran
web-hosting
Disclosure:
My content contains affiliate links.
Recent questions tagged rust
35,654
questions
46,598
answers
573
users
Recent questions tagged rust
1
answer
3
views
How to check if a string contains only valid parentheses (open close same type (), {}, []) in Rust
asked
6 hours
ago
by
avibootz
rust
rust-string
1
answer
4
views
How to continue outer loop in Rust
asked
14 hours
ago
by
avibootz
rust
rust-loop
1
answer
6
views
How to remove the first N characters from a string in Rust
asked
1 day
ago
by
avibootz
rust
rust-string
1
answer
10
views
How to create a set of objects in Rust
asked
3 days
ago
by
avibootz
rust
rust-hashset
rust-struct
1
answer
10
views
How to create and set values to a 3d vector in Rust
asked
3 days
ago
by
avibootz
rust
rust-vector
1
answer
13
views
How to find the position of the first occurrence of a substring in a string with Rust
asked
4 days
ago
by
avibootz
rust
rust-substring
1
answer
16
views
How to iterate over map keys and values in Rust
asked
6 days
ago
by
avibootz
rust
rust-map
1
answer
10
views
How to convert hh:mm:ss to minutes in Rust
asked
Apr 17
by
avibootz
rust
rust-time
1
answer
14
views
How to find the largest prime factor of a number in Rust
asked
Apr 16
by
avibootz
rust
rust-prime
1
answer
18
views
How to find the sum of the even valued in fibonacci sequence with Rust
asked
Apr 16
by
avibootz
rust
rust-fibonacci
1
answer
16
views
How to convert a string to title case in Rust
asked
Apr 15
by
avibootz
rust
rust-string
2
answers
16
views
How to find the sum of all the multiples of 3 or 5 below 1000 in Rust
asked
Apr 15
by
avibootz
rust
1
answer
13
views
How to convert binary code to text in Rust
asked
Apr 14
by
avibootz
rust
rust-binary
1
answer
15
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
by
avibootz
rust
rust-vector
1
answer
11
views
How to convert a string to an array of characters in Rust
asked
Apr 12
by
avibootz
rust
rust-string
1
answer
17
views
How to create a vector of dates starting with today and going back the last 30 days in Rust
asked
Apr 11
by
avibootz
rust
rust-vector
rust-date
1
answer
20
views
How to create a vector of days starting with today and going back the last 30 days in Rust
asked
Apr 11
by
avibootz
rust
rust-vector
rust-date
1
answer
11
views
How to get tomorrows date in Rust
asked
Apr 9
by
avibootz
rust
rust-date
1
answer
12
views
How to write a recursive function that counts digits of a number in Rust
asked
Apr 8
by
avibootz
rust
rust-recursion
1
answer
11
views
How to find the longest substring without repeating characters in Rust
asked
Apr 7
by
avibootz
rust
rust-substring
2
answers
19
views
How to find the maximum value in a multidimensional vector with Rust
asked
Apr 5
by
avibootz
rust
rust-vector
1
answer
11
views
How to convert array of chars to string in Rust
asked
Apr 5
by
avibootz
rust
rust-array
1
answer
18
views
How to replace multiple spaces in a string with a single space between words in Rust
asked
Apr 5
by
avibootz
rust
rust-string
rust-regex
1
answer
18
views
How to check if a string starts with a substring from an array of substrings in Rust
asked
Apr 4
by
avibootz
rust
rust-string
1
answer
16
views
How to extract a substring between two tags using RegEx in Rust
asked
Apr 3
by
avibootz
rust
rust-regex
rust-substring
1
answer
27
views
How to convert a vector of ints to a vector of strings in Rust
asked
Apr 1
by
avibootz
rust
rust-vector
1
answer
15
views
How to combine all keys and values from a HashMap into a single string in Rust
asked
Apr 1
by
avibootz
rust
rust-hashmap
1
answer
20
views
How to split a string into chunks of two characters each in Rust
asked
Mar 30
by
avibootz
rust
rust-string
1
answer
17
views
How to extract the unique integers from a vector excluding duplicates in Rust
asked
Mar 29
by
avibootz
rust
rust-vector
1
answer
18
views
How to check if a string contains only letters and numbers using RegEx in Rust
asked
Mar 26
by
avibootz
rust
rust-regex
1
answer
23
views
How to find the max and min of a subset of a vector in Rust
asked
Mar 25
by
avibootz
rust
rust-vector
1
answer
18
views
How to check whether a non-sequential vector is a subset of another non-sequential vector in Rust
asked
Mar 25
by
avibootz
rust
rust-vector
1
answer
25
views
How to get vector subset in Rust
asked
Mar 24
by
avibootz
rust
rust-vector
1
answer
16
views
How to reverse an array in Rust
asked
Mar 23
by
avibootz
rust
rust-array
1
answer
22
views
How to check if two strings have the same number of words in Rust
asked
Mar 22
by
avibootz
rust
rust-string
1
answer
23
views
How to create an array containing a range of characters in Rust
asked
Mar 21
by
avibootz
rust
rust-array
1
answer
23
views
How to get the number of characters that two strings have in common in Rust
asked
Mar 20
by
avibootz
rust
rust-string
1
answer
25
views
How to match words in a string that are wrapped in curly brackets using RegEx with Rust
asked
Mar 18
by
avibootz
rust
rust-string
1
answer
20
views
How to sort each row from a two-dimensional array in Rust
asked
Mar 16
by
avibootz
rust
1
answer
22
views
How to calculate the week number for a given date in Rust
asked
Mar 15
by
avibootz
rust
1
answer
26
views
How to get the indexes of words from an array of strings that start with a specific letter in Rust
asked
Mar 14
by
avibootz
rust
1
answer
24
views
How to remove trailing nulls (0) from byte array in Rust
asked
Mar 13
by
avibootz
rust
1
answer
18
views
How to initialize char array with the same random character from a set of characters in Rust
asked
Mar 11
by
avibootz
rust
1
answer
31
views
How to initialize char array with random characters in Rust
asked
Mar 11
by
avibootz
rust
2
answers
24
views
How to initialize and print a byte array in Rust
asked
Mar 10
by
avibootz
rust
1
answer
22
views
How to convert byte array to string in Rust
asked
Mar 10
by
avibootz
rust
2
answers
29
views
How to convert string to byte array in Rust
asked
Mar 10
by
avibootz
rust
1
answer
27
views
How to double a variable with bitwise shift left in Rust
asked
Mar 10
by
avibootz
rust
1
answer
21
views
How to clone a two-dimensional vector in Rust
asked
Mar 8
by
avibootz
rust
1
answer
19
views
How to clone a two-dimensional array in Rust
asked
Mar 8
by
avibootz
rust
Page:
1
2
3
4
5
6
...
14
next »
...